commonmark-hs icon indicating copy to clipboard operation
commonmark-hs copied to clipboard

Implement `simple_tables` extension

Open jgm opened this issue 6 years ago • 0 comments

As in pandoc: https://pandoc.org/MANUAL.html#extension-simple_tables

Implement in commonmark-core, commonmark-cli, commonmark-pandoc.

Note that we parse line by line, with no lookahead. The first line will be parsed as a paragraph line. See the way setext headers are currently handled.

jgm avatar Sep 30 '19 15:09 jgm