Interface InlinePluginParser
public interface InlinePluginParser
A parser that provides inline parser rules for pegdown. A pegdown plugin should implement this, along with
BaseParser or Parser if it wants to use the pegdown utilities.
This interface is intended for use with PegDownPlugins.Builder.withPlugin(Class, Object...), in order for
Java plugins to easily be registered with a parser.-
Method Summary
-
Method Details
-
inlinePluginRules
org.parboiled.Rule[] inlinePluginRules()
-