Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.07 KB

README.md

File metadata and controls

31 lines (21 loc) · 1.07 KB

cmark (Github Flavoured Markdown)

Language Build Status GitHub license

cmark-gfm is an SwiftPM-compatible fork of Github's implementation of the CommonMark library. Github's fork adds GitHub Flavoured Markdown extensions to the upstream implementation, as defined in the spec.

For more information, see the Github cmark repository.


Building

To build this repository, just run:

swift build

Using

To use this repository, add it to your Package.swift manifest:

dependencies: [
    ...,
    .package(url: "https://github.com/brokenhandsio/cmark-gfm.git", from: "2.0.0")
]