Uses of Interface
org.commonmark.parser.beta.InlineContentParserFactory
Packages that use InlineContentParserFactory
-
Uses of InlineContentParserFactory in org.commonmark.parser
Methods in org.commonmark.parser that return types with arguments of type InlineContentParserFactoryMethods in org.commonmark.parser with parameters of type InlineContentParserFactoryModifier and TypeMethodDescriptionParser.Builder.customInlineContentParserFactory(InlineContentParserFactory inlineContentParserFactory) Add a factory for a custom inline content parser, for extending inline parsing or overriding built-in parsing.