public class TablesExtension extends Object implements com.vladsch.flexmark.parser.Parser.ParserExtension, com.vladsch.flexmark.html.HtmlRenderer.HtmlRendererExtension
Create it with create() and then configure it on the builders
(Parser.Builder.extensions(Iterable),
HtmlRenderer.Builder.extensions(Iterable)).
The parsed tables are turned into TableBlock blocks.
| Modifier and Type | Method and Description |
|---|---|
static com.vladsch.flexmark.Extension |
create()
Deprecated.
|
void |
extend(com.vladsch.flexmark.html.HtmlRenderer.Builder rendererBuilder,
String rendererType)
Deprecated.
|
void |
extend(com.vladsch.flexmark.parser.Parser.Builder parserBuilder)
Deprecated.
|
void |
parserOptions(com.vladsch.flexmark.util.options.MutableDataHolder options)
Deprecated.
|
void |
rendererOptions(com.vladsch.flexmark.util.options.MutableDataHolder options)
Deprecated.
|
public static com.vladsch.flexmark.Extension create()
public void rendererOptions(com.vladsch.flexmark.util.options.MutableDataHolder options)
rendererOptions in interface com.vladsch.flexmark.html.HtmlRenderer.HtmlRendererExtensionpublic void parserOptions(com.vladsch.flexmark.util.options.MutableDataHolder options)
parserOptions in interface com.vladsch.flexmark.parser.Parser.ParserExtensionpublic void extend(com.vladsch.flexmark.parser.Parser.Builder parserBuilder)
extend in interface com.vladsch.flexmark.parser.Parser.ParserExtensionpublic void extend(com.vladsch.flexmark.html.HtmlRenderer.Builder rendererBuilder,
String rendererType)
extend in interface com.vladsch.flexmark.html.HtmlRenderer.HtmlRendererExtensionCopyright © 2019. All rights reserved.