public class Markdown4jProcessor extends Object
| Constructor and Description |
|---|
Markdown4jProcessor() |
| Modifier and Type | Method and Description |
|---|---|
Markdown4jProcessor |
addHtmlAttribute(String name,
String value,
String... tags) |
Markdown4jProcessor |
addStyleClass(String styleClass,
String... tags) |
String |
process(File file) |
String |
process(InputStream input) |
String |
process(Reader reader) |
String |
process(String input) |
Markdown4jProcessor |
registerPlugins(Plugin... plugins) |
Markdown4jProcessor |
setDecorator(ExtDecorator decorator) |
public Markdown4jProcessor registerPlugins(Plugin... plugins)
public Markdown4jProcessor setDecorator(ExtDecorator decorator)
public Markdown4jProcessor addHtmlAttribute(String name, String value, String... tags)
public Markdown4jProcessor addStyleClass(String styleClass, String... tags)
public String process(File file) throws IOException
IOExceptionpublic String process(InputStream input) throws IOException
IOExceptionpublic String process(Reader reader) throws IOException
IOExceptionpublic String process(String input) throws IOException
IOExceptionCopyright © 2013. All Rights Reserved.