| Interface | Description |
|---|---|
| InlineParser |
Parser for inline content (text, links, emphasized text, etc).
|
| InlineParserContext |
Context for inline parsing.
|
| InlineParserFactory |
Factory for custom inline parser.
|
| Parser.ParserExtension |
Extension for
Parser. |
| PostProcessor |
| Class | Description |
|---|---|
| Parser |
Parses input text to a tree of nodes.
|
| Parser.Builder |
Builder for configuring a
Parser. |
| SourceLine |
A line or part of a line from the input source.
|
| SourceLines |
A set of lines (
SourceLine) from the input source. |
| Enum | Description |
|---|---|
| IncludeSourceSpans |
Whether to include
SourceSpan or not while parsing,
see Parser.Builder.includeSourceSpans(IncludeSourceSpans). |
Parser)Copyright © 2021. All rights reserved.