io.protostuff.generator.html.markdown.MarkdownProcessor Maven / Gradle / Ivy
package io.protostuff.generator.html.markdown;
public interface MarkdownProcessor {
String toHtml(String source);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy