Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KristopherGBaker authored Mar 26, 2018
1 parent 2563c7d commit 916c18d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# libcmark_gfm

Swift compatible framework for cmark-gfm. Works with CocoaPods, Carthage, and the Swift Package Manager.
Swift compatible framework for [cmark-gfm](https://github.com/github/cmark). Works with CocoaPods, Carthage, and the Swift Package Manager.

[![](https://travis-ci.org/KristopherGBaker/libcmark_gfm.svg?branch=master)](https://travis-ci.org/KristopherGBaker/libcmark_gfm)

You can use libcmark_gfm directly, or consider using [Maaku](https://github.com/KristopherGBaker/Maaku).

[Maaku](https://github.com/KristopherGBaker/Maaku) provides a Swift wrapper around libcmark_gfm with the addition of a Swift friendly representation of the AST. gfm extensions for tables, strikethrough, autolinks, and tag filters are supported.

[TexturedMaaku](https://github.com/KristopherGBaker/TexturedMaaku) builds on top of Maaku together with [Texture](http://texturegroup.org/) to provide a native iOS CommonMark rendering framework in Swift.

0 comments on commit 916c18d

Please sign in to comment.