| Package | Description |
|---|---|
| org.commonmark.parser |
Parsing input text to AST nodes (see
Parser) |
| org.commonmark.parser.block |
Types for extending block parsing
|
| Modifier and Type | Method and Description |
|---|---|
static SourceLines |
SourceLines.empty() |
static SourceLines |
SourceLines.of(List<SourceLine> sourceLines) |
static SourceLines |
SourceLines.of(SourceLine sourceLine) |
| Modifier and Type | Method and Description |
|---|---|
void |
InlineParser.parse(SourceLines lines,
Node node) |
| Modifier and Type | Method and Description |
|---|---|
SourceLines |
MatchedBlockParser.getParagraphLines()
Returns the current paragraph lines if the matched block is a paragraph.
|
Copyright © 2021. All rights reserved.