Interface BlockPluginParser


  • public interface BlockPluginParser
    A parser that provides block 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 Detail

      • blockPluginRules

        org.parboiled.Rule[] blockPluginRules()