Skip to content

A SwiftPM wrapper around GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C

License

Notifications You must be signed in to change notification settings

DevUtilsApp/cmark-gfm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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")
]

About

A SwiftPM wrapper around GitHub's fork of cmark, a CommonMark parsing and rendering library and program in C

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 75.2%
  • C++ 14.1%
  • SourcePawn 10.6%
  • Other 0.1%