Hacker News new | ask | show | jobs
by greazy 876 days ago
Is this still true with the commonmark spec?

https://commonmark.org/

1 comments

CommonMark is a very basic Markdown specification — simple inline formatting, headings, lists, code blocks. It's pretty much Gruber Markdown + fenced code blocks. Many documents need some more features, like tables, but CommonMark doesn't support them, and there are a few table styles in use in different Markdown implementations.