Open LukeMoll opened 3 years ago
testcase for the various markdown renderers: https://www.hacksoc.org/news/2021-05-25-moving-to-libera.html, specifically does #cs-york
render as a heading or not (in a commonmark-compliant renderer, it should not)
That was in fact the article that made me aware of the problem, and I did use it while setting up the new backends 😅
i definitely thought it had been brought up somewhere, yeah, but i couldn't find any references to it – i guess maybe it got slacked
Adds the following (CommonMark-compliant) Markdown backends:
cmark
commonmark
mistletoe
markdown-it-py
At some point in the future, the goal will be to switch to one of these (or another CommonMark implementation). This PR does not intend to change the default backend, but to provide the tools to evaluate a replacement for a future PR to switch to.
TODO
docs/
Pygments
) is preferred to simply tagging<pre>
blocks for a JavaScript-based highlighter to process on the client-side.