Benct Philip Jonsson
Benct Philip Jonsson
I wonder if now with lpeg support in filters one could write CM in a Code/CodeBlock, parse the CM with lpeg and the content with pandoc.read(). I wonder if it...
What about a `+html_tables` extension allowing the Markdown parser to parse HTML tables, presumably with a custom `markdown=parse` attribute on the `` element to allow and parse Markdown syntax inside...
Great! 👍The Penlight List class [constructor][] does something similar by calling its iterator generator on anything which isn't a table. That can actually be nasty since a string becomes a...