Class HtmlQuoteTagExtension

  • All Implemented Interfaces:
    com.vladsch.flexmark.html.HtmlRenderer.HtmlRendererExtension, com.vladsch.flexmark.html2md.converter.FlexmarkHtmlConverter.HtmlConverterExtension, com.vladsch.flexmark.parser.Parser.ParserExtension, com.vladsch.flexmark.util.misc.Extension

    public class HtmlQuoteTagExtension
    extends Object
    implements com.vladsch.flexmark.parser.Parser.ParserExtension, com.vladsch.flexmark.html.HtmlRenderer.HtmlRendererExtension, com.vladsch.flexmark.html2md.converter.FlexmarkHtmlConverter.HtmlConverterExtension
    • Method Detail

      • rendererOptions

        public void rendererOptions​(com.vladsch.flexmark.util.data.MutableDataHolder options)
        Specified by:
        rendererOptions in interface com.vladsch.flexmark.html2md.converter.FlexmarkHtmlConverter.HtmlConverterExtension
        Specified by:
        rendererOptions in interface com.vladsch.flexmark.html.HtmlRenderer.HtmlRendererExtension
      • parserOptions

        public void parserOptions​(com.vladsch.flexmark.util.data.MutableDataHolder options)
        Specified by:
        parserOptions in interface com.vladsch.flexmark.parser.Parser.ParserExtension
      • extend

        public void extend​(com.vladsch.flexmark.html.HtmlRenderer.Builder rendererBuilder,
                           String rendererType)
        Specified by:
        extend in interface com.vladsch.flexmark.html.HtmlRenderer.HtmlRendererExtension
      • extend

        public void extend​(com.vladsch.flexmark.parser.Parser.Builder parserBuilder)
        Specified by:
        extend in interface com.vladsch.flexmark.parser.Parser.ParserExtension
      • extend

        public void extend​(com.vladsch.flexmark.html2md.converter.FlexmarkHtmlConverter.Builder builder)
        Specified by:
        extend in interface com.vladsch.flexmark.html2md.converter.FlexmarkHtmlConverter.HtmlConverterExtension