Package com.vladsch.flexmark.formatter
Interface Formatter.FormatterExtension
-
- All Superinterfaces:
Extension
- All Known Implementing Classes:
AbbreviationExtension,AdmonitionExtension,AsideExtension,AttributesExtension,DefinitionExtension,EmojiExtension,EnumeratedReferenceExtension,FootnoteExtension,GitLabExtension,JekyllFrontMatterExtension,JekyllTagExtension,MacrosExtension,SimTocExtension,SpecExampleExtension,TablesExtension,TaskListExtension,WikiLinkExtension,YamlFrontMatterExtension
- Enclosing class:
- Formatter
public static interface Formatter.FormatterExtension extends Extension
Extension forFormatter.
-
-
Field Summary
-
Fields inherited from interface com.vladsch.flexmark.util.misc.Extension
EMPTY_LIST
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidextend(Formatter.Builder formatterBuilder)voidrendererOptions(MutableDataHolder options)This method is called first on all extensions so that they can adjust the options.
-
-
-
Method Detail
-
rendererOptions
void rendererOptions(MutableDataHolder options)
This method is called first on all extensions so that they can adjust the options.- Parameters:
options- option set that will be used for the builder
-
extend
void extend(Formatter.Builder formatterBuilder)
-
-