Package org.commonmark.internal.inline
-
Interface Summary Interface Description InlineContentParser InlineParserState -
Class Summary Class Description AsteriskDelimiterProcessor AutolinkInlineParser Attempt to parse an autolink (URL or email in pointy brackets).BackslashInlineParser Parse a backslash-escaped special character, adding either the escaped character, a hard line break (if the backslash is followed by a newline), or a literal backslash to the block's children.BackticksInlineParser Attempt to parse backticks, returning either a backtick code span or a literal sequence of backticks.EmphasisDelimiterProcessor EntityInlineParser Attempts to parse a HTML entity or numeric character reference.HtmlInlineParser Attempt to parse inline HTML.ParsedInline ParsedInlineImpl UnderscoreDelimiterProcessor