kramdown-asciidoc
kramdown-asciidoc copied to clipboard
Add option to drop unconverted HTML
To handle cases when raw HTML gets left behind, add an option to either drop it or convert it to plain text. Currently, raw HTML is escaped using a triple-plus passthrough.
For when passthrough blocks are left behind, figure how to collapse adjacent ones to reduce the number of formatting marks in the document.