Uses of Interface
com.helger.html.markdown.IMarkdownDecorator
-
Packages that use IMarkdownDecorator Package Description com.helger.html.markdown -
-
Uses of IMarkdownDecorator in com.helger.html.markdown
Classes in com.helger.html.markdown that implement IMarkdownDecorator Modifier and Type Class Description classMarkdownDefaultDecoratorDefault Decorator implementation.Methods in com.helger.html.markdown that return IMarkdownDecorator Modifier and Type Method Description IMarkdownDecoratorMarkdownConfiguration.Builder. decorator()IMarkdownDecoratorMarkdownConfiguration. getDecorator()Methods in com.helger.html.markdown with parameters of type IMarkdownDecorator Modifier and Type Method Description MarkdownConfiguration.BuilderMarkdownConfiguration.Builder. decorator(IMarkdownDecorator aDecorator)Sets the decorator for txtmark.Constructors in com.helger.html.markdown with parameters of type IMarkdownDecorator Constructor Description MarkdownConfiguration(boolean bSafeMode, Charset aEncoding, IMarkdownDecorator aDecorator, IMarkdownBlockEmitter aCodeBlockEmitter, boolean bForceExtendedProfile, boolean bConvertNewline2Br, IMarkdownSpanEmitter aSpecialLinkEmitter, List<? extends AbstractMarkdownPlugin> aPlugins)Constructor.
-