| Package | Description |
|---|---|
| com.vladsch.flexmark.formatter.internal |
| Modifier and Type | Method and Description |
|---|---|
static Formatter.Builder |
Formatter.builder()
Create a new builder for configuring an
Formatter. |
static Formatter.Builder |
Formatter.builder(DataHolder options)
Create a new builder for configuring an
Formatter. |
Formatter.Builder |
Formatter.Builder.extensions(Iterable<? extends Extension> extensions) |
Formatter.Builder |
Formatter.Builder.nodeFormatterFactory(NodeFormatterFactory nodeFormatterFactory)
Add a factory for instantiating a node renderer (done when rendering).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Formatter.FormatterExtension.extend(Formatter.Builder builder) |
| Constructor and Description |
|---|
Builder(Formatter.Builder other) |
Builder(Formatter.Builder other,
DataHolder options) |
Copyright © 2018. All rights reserved.