| Package | Description |
|---|---|
| com.vladsch.flexmark.util.format |
| Modifier and Type | Field and Description |
|---|---|
TableFormatOptions |
MarkdownTable.options |
| Modifier and Type | Method and Description |
|---|---|
static void |
MarkdownTable.appendFormattedCaption(com.vladsch.flexmark.util.sequence.LineAppendable out,
com.vladsch.flexmark.util.sequence.BasedSequence caption,
TableFormatOptions options) |
static String |
MarkdownTable.formattedCaption(com.vladsch.flexmark.util.sequence.BasedSequence caption,
TableFormatOptions options) |
| Constructor and Description |
|---|
MarkdownTable(@NotNull CharSequence tableChars,
@Nullable TableFormatOptions options) |
Copyright © 2020. All rights reserved.