github / cmark-gfm

GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C
Other
906 stars 174 forks source link

External GFM spec repository #93

Open noirbizarre opened 6 years ago

noirbizarre commented 6 years ago

This repository is only place where we can find the GFM specs in raw format.

To make GFM implementations to easily test against specifications and to allow specification only feedback (issues, improvements, typos...), it would be better to have a separate github/gfm repository.

Idealy, the repository behind the official GFM spec site would be the spec repository where people discuss about it, contribute...

This would also allow GFM implementations to properly link to raw spec using a version git submodule instead of copy-pasting the spec.txt from the cmark repository.

noirbizarre commented 6 years ago

Hi :wave:

Any news on this ? I have some issues to submit on the specs (typos, errors, inconsistencies between spec and example...)

marcusklaas commented 5 years ago

Where's the GFM spec in this repo even? I can't find it! :o

Edit: found it! https://github.com/github/cmark-gfm/blob/master/test/spec.txt

vassudanagunta commented 2 years ago

The proper way to do it would be for GitHub to FORK the source spec repo: https://github.com/commonmark/commonmark-spec/ with commits showing the individual changes. I'll bet that such a repo exists internally, so all you'd have to do is publish it.