Revert out changes to blocks.c and manually control cmark extensions where we should be doing it
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.
cmark-gfm
For more information, see the Github cmark repository.
cmark
To build this repository, just run:
swift build
To use this repository, add it to your Package.swift manifest:
Package.swift
dependencies: [ ..., .package(url: "https://github.com/brokenhandsio/cmark-gfm.git", from: "2.0.0") ]
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
cmark (Github Flavoured Markdown)
cmark-gfmis 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
cmarkrepository.Building
To build this repository, just run:
Using
To use this repository, add it to your
Package.swiftmanifest: