EMPTY_LIST, EMPTY_SET| Modifier and Type | Method and Description |
|---|---|
void |
extend(RendererBuilder rendererBuilder,
String rendererType)
Called to give each extension to register extension points that it contains
|
void |
rendererOptions(com.vladsch.flexmark.util.options.MutableDataHolder options)
This method is called first on all extensions so that they can adjust the options that must be
common to all extensions.
|
void rendererOptions(com.vladsch.flexmark.util.options.MutableDataHolder options)
options - option set that will be used for the buildervoid extend(RendererBuilder rendererBuilder, String rendererType)
rendererBuilder - builder to call back for extension point registrationrendererType - type of rendering being performed. For now "HTML", "JIRA" or "YOUTRACK"HtmlRenderer.Builder.attributeProviderFactory(AttributeProviderFactory),
HtmlRenderer.Builder.linkResolverFactory(LinkResolverFactory),
HtmlRenderer.Builder.htmlIdGeneratorFactory(HeaderIdGeneratorFactory)Copyright © 2018. All rights reserved.