Interface RendererExtension

All Superinterfaces:
Extension
All Known Implementing Classes:
AttributesExtension

public interface RendererExtension extends Extension
  • Field Summary

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

    EMPTY_LIST
  • Method Summary

    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
    This method is called first on all extensions so that they can adjust the options that must be common to all extensions.