Package com.helger.html.markdown
Class AbstractMarkdownPlugin
- java.lang.Object
-
- com.helger.html.markdown.AbstractMarkdownPlugin
-
public abstract class AbstractMarkdownPlugin extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringm_sPluginID
-
Constructor Summary
Constructors Constructor Description AbstractMarkdownPlugin(String sPluginID)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidemit(com.helger.html.markdown.MarkdownHCStack out, List<String> lines, Map<String,String> params)StringgetPluginID()
-
-
-
Field Detail
-
m_sPluginID
protected String m_sPluginID
-
-