Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the complete CommonMark spec #1

Open
4 of 9 tasks
leroycep opened this issue Sep 11, 2018 · 2 comments
Open
4 of 9 tasks

Implement the complete CommonMark spec #1

leroycep opened this issue Sep 11, 2018 · 2 comments

Comments

@leroycep
Copy link
Owner

leroycep commented Sep 11, 2018

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
@leroycep
Copy link
Owner Author

Implemented thematic breaks in a3a2865

@leroycep
Copy link
Owner Author

Implemented images in 849a0ea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant