cmark-gfm
是 Github 的 CommonMark 库 实现的一个 SwiftPM 兼容的分支。 Github 的分支在 上游实现 中添加了 GitHub Flavoured Markdown 扩展,具体定义见 规范。
更多信息请参考 Github cmark
仓库。
要构建此仓库,只需运行
swift build
要使用此仓库,请将其添加到你的 Package.swift
清单中
dependencies: [
...,
.package(url: "https://github.com/brokenhandsio/cmark-gfm.git", from: "2.0.0")
]