hunt.markdown.ext.table.TableExtension

Undocumented in source.

Members

Classes

TableExtension
class 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>

Meta