Package org.pegdown.plugins
Class PegDownPlugins
java.lang.Object
org.pegdown.plugins.PegDownPlugins
Encapsulates the plugins provided to pegdown.
Construct this using @{link PegdownPlugins#builder}, and then passing in either the Java plugin classes, or
precompiled rules (for greater control, or if using Scala rules).
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic PegDownPlugins.Builder
builder()
static PegDownPlugins.Builder
builder
(PegDownPlugins like) Create a builder that is a copy of the existing pluginsorg.parboiled.Rule[]
org.parboiled.Rule[]
-
Field Details
-
NONE
Convenience reference to no plugins.
-
-
Method Details
-
getInlinePluginRules
public org.parboiled.Rule[] getInlinePluginRules() -
getBlockPluginRules
public org.parboiled.Rule[] getBlockPluginRules() -
getSpecialChars
-
builder
-
builder
Create a builder that is a copy of the existing plugins
-