9 ms·
Github's flavour is based on Commonmark, with just some extensions on top FYI. "GFM is a strict superset of CommonMark.", https://github.github.com/gfm/#introd
by lmas 4y ago
Github's flavour is based on Commonmark, with just some extensions on top FYI.
"GFM is a strict superset of CommonMark.", https://github.github.com/gfm/#introduction https://github.github.com/gfm/#introduction, third paragraph.
- toastal 4y agoYou say that, but look what they are doing with admonitions right now (https://github.com/orgs/github-community/discussions/16925 https://github.com/orgs/github-community/discussions/16925). Despite the RFC (https://talk.commonmark.org/t/generic-directives-plugins-syntax/444 https://talk.commonmark.org/t/generic-directives-plugins-syn...) which is used in a lot of implementations, GitHub decided to do their own thing with an unsemantic, buggy implementation by overloading blockquotes (meanwhile still not supporting admonition styling in reStructuredText or AsciiDoc despite their specs having the feature for years).
- account42 4y agoThat's impossible since there is no invalid markdown/CommonMark in the first place so to add anything you need to change the meaning of something.