Interface RendererExtension

  • All Superinterfaces:
    com.vladsch.flexmark.util.misc.Extension

    public interface RendererExtension
    extends com.vladsch.flexmark.util.misc.Extension
    • 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 RendererBuilder rendererBuilder, @NotNull String rendererType)
      Called to give each extension to register extension points that it contains
      void rendererOptions​(@NotNull com.vladsch.flexmark.util.data.MutableDataHolder options)
      This method is called first on all extensions so that they can adjust the options that must be common to all extensions.