public interface BlockPluginParser
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.| Modifier and Type | Method and Description |
|---|---|
org.parboiled.Rule[] |
blockPluginRules() |
Copyright © 2009–2019 org.pegdown. All rights reserved.