Skip to content

Commit 2190baa

Browse files
committed
Update README.md
1 parent 44090a3 commit 2190baa

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
11
cmark-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
96
repository 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

1413
The rest of the README is preserved as-is from the upstream source. Note that
1514
the library and binaries produced by this fork are suffixed with `-gfm` in
1615
order 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

2024
It provides a shared library (`libcmark`) with functions for parsing

src/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)