Interface InlineContentParserFactory

All Known Implementing Classes:
AutolinkInlineParser.Factory, BackslashInlineParser.Factory, BackticksInlineParser.Factory, EntityInlineParser.Factory, HtmlInlineParser.Factory

public interface InlineContentParserFactory
A factory for extending inline content parsing.

See Parser.Builder.customInlineContentParserFactory(org.commonmark.parser.beta.InlineContentParserFactory) for how to register it.

  • Method Details