Open
Description
It would be nice if there was a way to disable or swap out the Markdown parser for an some alternative Markdown parser (e.g. Pandoc) or a different markup format like reStructuredText or asciiDoc, etc.
I’m aware that you can do this by writing a new Renderer
, but that means duplicating all the code that implements HtmlHandlebars
, yet all I need is to tweak a single line of code.