Uses of Interface
com.helger.html.markdown.IMarkdownBlockEmitter
-
Packages that use IMarkdownBlockEmitter Package Description com.helger.html.markdown -
-
Uses of IMarkdownBlockEmitter in com.helger.html.markdown
Methods in com.helger.html.markdown that return IMarkdownBlockEmitter Modifier and Type Method Description IMarkdownBlockEmitterMarkdownConfiguration. getCodeBlockEmitter()Methods in com.helger.html.markdown with parameters of type IMarkdownBlockEmitter Modifier and Type Method Description MarkdownConfiguration.BuilderMarkdownConfiguration.Builder. codeBlockEmitter(IMarkdownBlockEmitter emitter)Sets the code block emitter.Constructors in com.helger.html.markdown with parameters of type IMarkdownBlockEmitter Constructor Description MarkdownConfiguration(boolean bSafeMode, Charset aEncoding, IMarkdownDecorator aDecorator, IMarkdownBlockEmitter aCodeBlockEmitter, boolean bForceExtendedProfile, boolean bConvertNewline2Br, IMarkdownSpanEmitter aSpecialLinkEmitter, List<? extends AbstractMarkdownPlugin> aPlugins)Constructor.
-