File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 11cmark-gfm
22=========
33
4- [ ![ Build Status]] ( https://travis-ci.org/github/cmark-gfm )
5- [ ![ Windows Build Status]] ( https://ci.appveyor.com/project/github/cmark )
6-
74` cmark-gfm ` is an extended version of the C reference implementation of
85[ CommonMark] , a rationalized version of Markdown syntax with a spec. This
96repository adds GitHub Flavored Markdown extensions to
107[ the upstream implementation] , as defined in [ the spec] .
118
12- Our plan is to take the changes into this repository as the upstream project evolve.
9+ Changes upstream in ` cmark ` will be pulled into this ` cmark-gfm ` project repository
10+ as the upstream project evolves. The original ` cmark ` repository can be found here:
11+ < https://github.com/commonmark/cmark > .
1312
1413The rest of the README is preserved as-is from the upstream source. Note that
1514the library and binaries produced by this fork are suffixed with ` -gfm ` in
1615order to distinguish them from the upstream.
1716
17+ ## License
18+
19+ The original ` cmark ` code is released under a BSD2 license. This same license
20+ applies to the Swift code included in this ` cmark-gfm ` repository.
21+
1822---
1923
2024It provides a shared library (` libcmark ` ) with functions for parsing
You can’t perform that action at this time.
0 commit comments