https://github.com/kristophergbaker/libcmark_gfm
Swift compatible framework for cmark-gfm
https://github.com/kristophergbaker/libcmark_gfm
cmark commonmark gfm markdown swift
Last synced: 3 months ago
JSON representation
Swift compatible framework for cmark-gfm
- Host: GitHub
- URL: https://github.com/kristophergbaker/libcmark_gfm
- Owner: KristopherGBaker
- License: bsd-2-clause
- Created: 2017-12-24T02:57:57.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T10:26:05.000Z (over 3 years ago)
- Last Synced: 2025-10-20T13:51:42.181Z (3 months ago)
- Topics: cmark, commonmark, gfm, markdown, swift
- Language: C
- Size: 213 KB
- Stars: 43
- Watchers: 1
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libcmark_gfm
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)
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.