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 1
1
cmark-gfm
2
2
=========
3
3
4
- [ ![ Build Status]] ( https://travis-ci.org/github/cmark-gfm )
5
- [ ![ Windows Build Status]] ( https://ci.appveyor.com/project/github/cmark )
6
-
7
4
` cmark-gfm ` is an extended version of the C reference implementation of
8
5
[ CommonMark] , a rationalized version of Markdown syntax with a spec. This
9
6
repository adds GitHub Flavored Markdown extensions to
10
7
[ the upstream implementation] , as defined in [ the spec] .
11
8
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 > .
13
12
14
13
The rest of the README is preserved as-is from the upstream source. Note that
15
14
the library and binaries produced by this fork are suffixed with ` -gfm ` in
16
15
order to distinguish them from the upstream.
17
16
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
+
18
22
---
19
23
20
24
It provides a shared library (` libcmark ` ) with functions for parsing
You can’t perform that action at this time.
0 commit comments