public class MarkDownToHTMLTransformer extends Object implements org.apache.commons.collections.Transformer
Configuration
Constructor and Description |
---|
MarkDownToHTMLTransformer() |
MarkDownToHTMLTransformer(com.github.rjeschke.txtmark.Configuration configuration) |
Modifier and Type | Method and Description |
---|---|
com.github.rjeschke.txtmark.Configuration |
getConfiguration() |
void |
setConfiguration(com.github.rjeschke.txtmark.Configuration configuration) |
Object |
transform(Object input) |
public MarkDownToHTMLTransformer()
public MarkDownToHTMLTransformer(com.github.rjeschke.txtmark.Configuration configuration)
public Object transform(Object input)
transform
in interface org.apache.commons.collections.Transformer
public com.github.rjeschke.txtmark.Configuration getConfiguration()
public void setConfiguration(com.github.rjeschke.txtmark.Configuration configuration)
Copyright © 2018. All rights reserved.