TableExtension

Extension for GFM tables using "|" pipes (GitHub Flavored Markdown). <p> Create it with {@link #create()} and then configure it on the builders ({@link hunt.markdown.parser.Parser.Builder#extensions(Iterable)}, {@link HtmlRenderer.Builder#extensions(Iterable)}). </p> <p> The parsed tables are turned into {@link TableBlock} blocks. </p>

Members

Functions

extend
void extend(Parser.Builder parserBuilder)
Undocumented in source. Be warned that the author may not have intended to support it.
extend
void extend(TextContentRenderer.Builder rendererBuilder)
Undocumented in source. Be warned that the author may not have intended to support it.
extend
void extend(HtmlRenderer.Builder rendererBuilder)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

create
Extension create()
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From ParserExtension

extend
void extend(Builder parserBuilder)
Undocumented in source.

From HtmlRendererExtension

extend
void extend(Builder rendererBuilder)
Undocumented in source.

From TextContentRendererExtension

extend
void extend(TextContentRenderer.Builder rendererBuilder)
Undocumented in source.

Meta