Interface FlexmarkHtmlConverter.HtmlConverterExtension
-
- All Superinterfaces:
Extension
- Enclosing class:
- FlexmarkHtmlConverter
public static interface FlexmarkHtmlConverter.HtmlConverterExtension extends Extension
Extension forFlexmarkHtmlConverter
.
-
-
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 void
extend(@NotNull FlexmarkHtmlConverter.Builder builder)
void
rendererOptions(@NotNull MutableDataHolder options)
This method is called first on all extensions so that they can adjust the options.
-
-
-
Method Detail
-
rendererOptions
void rendererOptions(@NotNull @NotNull 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(@NotNull @NotNull FlexmarkHtmlConverter.Builder builder)
-
-