Uses of Class
com.helger.html.markdown.AbstractMarkdownPlugin
-
Packages that use AbstractMarkdownPlugin Package Description com.helger.html.markdown -
-
Uses of AbstractMarkdownPlugin in com.helger.html.markdown
Methods in com.helger.html.markdown that return types with arguments of type AbstractMarkdownPlugin Modifier and Type Method Description com.helger.commons.collection.impl.ICommonsList<AbstractMarkdownPlugin>MarkdownConfiguration. getAllPlugins()Methods in com.helger.html.markdown with parameters of type AbstractMarkdownPlugin Modifier and Type Method Description MarkdownConfiguration.BuilderMarkdownConfiguration.Builder. registerPlugins(AbstractMarkdownPlugin... aPlugins)Sets the plugins.Constructor parameters in com.helger.html.markdown with type arguments of type AbstractMarkdownPlugin Constructor Description MarkdownConfiguration(boolean bSafeMode, Charset aEncoding, IMarkdownDecorator aDecorator, IMarkdownBlockEmitter aCodeBlockEmitter, boolean bForceExtendedProfile, boolean bConvertNewline2Br, IMarkdownSpanEmitter aSpecialLinkEmitter, List<? extends AbstractMarkdownPlugin> aPlugins)Constructor.
-