Package org.pegdown.plugins
Interface InlinePluginParser
-
public interface InlinePluginParserA parser that provides inline parser rules for pegdown. A pegdown plugin should implement this, along withBaseParserorParserif it wants to use the pegdown utilities. This interface is intended for use withPegDownPlugins.Builder.withPlugin(Class, Object...), in order for Java plugins to easily be registered with a parser.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.parboiled.Rule[]inlinePluginRules()
-