avrodoc icon indicating copy to clipboard operation
avrodoc copied to clipboard

Support Github-style ``` code ``` code blocks

Open adamnovak opened this issue 10 years ago • 1 comments

I have a schema defined in AVDL which makes heavy use of backtick-delimited preformatted code blocks for ASCII art. Avrodoc does not interpret these correctly at all.

I think the problem is that they are a Github extension. Would they be difficult to support?

adamnovak avatar Feb 24 '15 20:02 adamnovak

This depends on the Markdown parsing library that's bundled with Avrodoc. evilstreak/markdown-js#41 is an open issue, suggesting that the library doesn't currently support the Github dialect of Markdown.

If you want to contribute this, it would be very welcome!

ept avatar Mar 09 '15 15:03 ept