| Package | Description |
|---|---|
| com.vladsch.flexmark.ast |
AST node types (see
Node) and visitors (see NodeAdaptedVisitor) |
| com.vladsch.flexmark.internal | |
| com.vladsch.flexmark.parser |
Parse input text to AST nodes see
Parser |
| Modifier and Type | Class and Description |
|---|---|
class |
BulletList |
class |
OrderedList |
| Modifier and Type | Method and Description |
|---|---|
ListBlock |
ListBlockParser.getBlock() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ListOptions.canInterrupt(ListBlock a,
boolean isEmptyItem,
boolean isItemParagraph) |
boolean |
ListOptions.canStartSubList(ListBlock a,
boolean isEmptyItem) |
boolean |
ListOptions.startNewList(ListBlock a,
ListBlock b) |
boolean |
ListOptions.startSubList(ListBlock a,
ListBlock b) |
Copyright © 2018. All rights reserved.