| Package | Description |
|---|---|
| org.commonmark.node |
AST node types (see
Node) and visitors (see AbstractVisitor) |
| org.commonmark.parser |
Parsing input text to AST nodes (see
Parser) |
| org.commonmark.parser.block |
Types for extending block parsing
|
| Modifier and Type | Class and Description |
|---|---|
class |
BlockQuote |
class |
BulletList |
class |
CustomBlock |
class |
Document |
class |
FencedCodeBlock |
class |
Heading |
class |
HtmlBlock
HTML block
|
class |
IndentedCodeBlock |
class |
ListBlock |
class |
ListItem |
class |
OrderedList |
class |
Paragraph
A paragraph block, contains inline nodes such as
Text |
class |
ThematicBreak |
| Modifier and Type | Method and Description |
|---|---|
Block |
Block.getParent() |
| Modifier and Type | Method and Description |
|---|---|
Parser.Builder |
Parser.Builder.enabledBlockTypes(Set<Class<? extends Block>> enabledBlockTypes)
Describe the list of markdown features the parser will recognize and parse.
|
| Modifier and Type | Method and Description |
|---|---|
Block |
BlockParser.getBlock() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BlockParser.canContain(Block childBlock) |
boolean |
AbstractBlockParser.canContain(Block childBlock) |
Copyright © 2021. All rights reserved.