Package org.commonmark.parser
package org.commonmark.parser
Parsing input text to AST nodes (see
Parser
)-
ClassDescriptionWhether to include
SourceSpan
or not while parsing, seeParser.Builder.includeSourceSpans(IncludeSourceSpans)
.Parser for inline content (text, links, emphasized text, etc).Context for inline parsing.Factory for custom inline parser.Parses input text to a tree of nodes.Builder for configuring aParser
.Extension forParser
.A line or part of a line from the input source.A set of lines (SourceLine
) from the input source.