| Package | Description |
|---|---|
| com.vladsch.flexmark |
Root package of flexmark-java
com.vladsch.flexmark.parser for parsing input text to AST nodes
com.vladsch.flexmark.ast for Core AST nodes
com.vladsch.flexmark.html for HTML rendering
|
| com.vladsch.flexmark.html |
HTML rendering (see
HtmlRenderer) |
| com.vladsch.flexmark.parser |
Parse input text to AST nodes see
Parser |
| Modifier and Type | Field and Description |
|---|---|
static Iterable<Extension> |
Extension.EMPTY_LIST |
static Set<Extension> |
Extension.EMPTY_SET |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HtmlRenderer.HtmlRendererExtension
Extension for
HtmlRenderer. |
interface |
RendererExtension |
| Modifier and Type | Method and Description |
|---|---|
HtmlRenderer.Builder |
HtmlRenderer.Builder.extensions(Iterable<? extends Extension> extensions) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Parser.ParserExtension
Extension for
Parser. |
static interface |
Parser.ReferenceHoldingExtension
Should be implemented by all extensions that create a node repository or other references in the
document.
|
| Modifier and Type | Field and Description |
|---|---|
static com.vladsch.flexmark.util.options.DataKey<Iterable<Extension>> |
Parser.EXTENSIONS |
| Modifier and Type | Method and Description |
|---|---|
static com.vladsch.flexmark.util.options.MutableDataHolder |
Parser.addExtensions(com.vladsch.flexmark.util.options.MutableDataHolder options,
Extension... extensions)
Add extension(s) to the extension list
|
| Modifier and Type | Method and Description |
|---|---|
Parser.Builder |
Parser.Builder.extensions(Iterable<? extends Extension> extensions) |
Copyright © 2018. All rights reserved.