Hacker News new | ask | show | jobs
by Numberwang 2851 days ago
I wish they’d fix the md to adoc table conversion issues. Apart from that I love it.
1 comments

The core problem with Pandoc is that the internal document representation is limited to its particular flavor of Markdown. Any feature PD-MD doesn't support is ignored or loses semantics. You can see this in the poor ReST support (try converting captioned figures). It would be useful to rearchitect it with a Docbook-style semantics internally since they are more comprehensive than Markdown.