commonmark-hs
commonmark-hs copied to clipboard
Implement `implicit_figures` extension
As in pandoc: see https://pandoc.org/MANUAL.html#extension-implicit_figures
Implement in commonmark-core, commonmark-cli, commonmark-pandoc.
Not actually so easy, since inline parsing comes after block parsing and isn't aware of the block-level context.