Skip to content

WIP: Use CommonMark for standardised Markdown parsing

Jamie Tanna requested to merge feature/commonmark into master

Instead of using the non-standardised parsing within non-CommonMark markdown, we should instead use a properly spec'd out implementation.

Closes #196 (closed).

WIP:

  • Syntax highlighting is broken
  • Investigate other changes

Merge request reports