leroycep/mdproof

Implement the complete CommonMark spec

leroycep opened this issue · 2 comments

https://spec.commonmark.org/0.28/

One caveat is that mdproof will not implement all html, even though markdown is technically a superset of it. Some html will be recognized, but not all.

Required:

  • Block Quotes
  • Thematic Breaks
  • Unordered Lists
  • Ordered Lists
  • Images
  • Footnotes
    • Render links as footnotes (?)
  • Entity references
    • NVM, these are handled by pulldown-cmark.

Good to have:

  • Tables
  • Checklists

Implemented thematic breaks in a3a2865

Implemented images in 849a0ea