Interface HtmlRenderer.HtmlRendererExtension

All Superinterfaces:
Extension
All Known Implementing Classes:
AbbreviationExtension, AdmonitionExtension, AnchorLinkExtension, AsideExtension, AttributesExtension, DefinitionExtension, EmojiExtension, EnumeratedReferenceExtension, EscapedCharacterExtension, FootnoteExtension, GfmIssuesExtension, GfmUsersExtension, GitLabExtension, InsExtension, JekyllFrontMatterExtension, JekyllTagExtension, JiraConverterExtension, MacroExtension, MacrosExtension, MediaTagsExtension, ResizableImageExtension, SimTocExtension, SpecExampleExtension, StrikethroughExtension, StrikethroughSubscriptExtension, SubscriptExtension, SuperscriptExtension, TablesExtension, TaskListExtension, TocExtension, TypographicExtension, WikiLinkExtension, YouTrackConverterExtension, YouTubeLinkExtension, ZzzzzzExtension
Enclosing class:
HtmlRenderer

public static interface HtmlRenderer.HtmlRendererExtension extends Extension
Extension for HtmlRenderer.

This should be implemented by all extensions that have HtmlRenderer extension code.

Each extension will have its extend(Builder, String) method called. and should call back on the builder argument to register all extension points

  • Field Summary

    Fields inherited from interface com.vladsch.flexmark.util.misc.Extension

    EMPTY_LIST
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    extend(@NotNull HtmlRenderer.Builder htmlRendererBuilder, @NotNull String rendererType)
    Called to give each extension to register extension points that it contains
    void
    This method is called first on all extensions so that they can adjust the options that must be common to all extensions.