An open API service indexing awesome lists of open source software.

https://github.com/codytwinton/swiftcommonmark

CommonMark parsing built in pure Swift
https://github.com/codytwinton/swiftcommonmark

commonmark commonmark-parsing commonmarker markdown markdown-parser markdown-parsing swift swift-4 swift-library swift-package-manager swift4

Last synced: 3 months ago
JSON representation

CommonMark parsing built in pure Swift

Awesome Lists containing this project

README

        

# SwiftCommonMark

[![Language Shield]][language] [![License Shield]][license] [![Platform Shield]][cocoapods]

[![Build Shield]][travis] [![Docs Shield]][docs] [![Coverage Shield]][codecov] [![Analysis Shield]][codebeat]

[![Release Shield]][releases] [![Cocoapods Shield]][cocoapods] [![Carthage Shield]][carthage]

CommonMark implementation in pure Swift

## Contribute

We would love for you to contribute to **SwiftCommonMark**, check the [LICENSE](LICENSE) file for more info. Pull
Requests welcome!

[carthage]: https://github.com/Carthage/Carthage "Carthage Project"
[cocoapods]: http://cocoapods.org/pods/SwiftCommonMark "Cocoapods Project"
[codebeat]: https://codebeat.co/projects/github-com-codytwinton-swiftcommonmark-master "Code Beat Project"
[codecov]: https://codecov.io/gh/codytwinton/SwiftCommonMark "Code Coverage Project"
[docs]: http://cocoadocs.org/docsets/SwiftCommonMark "Project Documentation"
[language]: https://swift.org "Swift Language Homepage"
[license]: LICENSE "Project License"
[releases]: https://github.com/codytwinton/SwiftCommonMark/releases "GitHub Project Releases"
[travis]: https://travis-ci.org/codytwinton/SwiftCommonMark "Travis Project"

[analysis shield]: https://codebeat.co/badges/661e29b9-8711-4203-ab52-ccf06695277e "Code Beat Analysis"
[build shield]: https://img.shields.io/travis/codytwinton/SwiftCommonMark/master.svg "Travis Build Status"
[carthage shield]: https://img.shields.io/badge/carthage-compatible-4BC51D.svg "Carthage Compatible"
[cocoapods shield]: https://img.shields.io/cocoapods/v/SwiftCommonMark.svg "Cocoapods Version"
[coverage shield]: https://img.shields.io/codecov/c/github/codytwinton/SwiftCommonMark/master.svg "Code Coverage"
[docs shield]: https://img.shields.io/cocoapods/metrics/doc-percent/SwiftCommonMark.svg "Documentation Percentage"
[language shield]: https://img.shields.io/badge/swift-4.2-orange.svg "Swift Language"
[license shield]: https://img.shields.io/github/license/codytwinton/SwiftCommonMark.svg "Project License"
[platform shield]: https://img.shields.io/cocoapods/p/SwiftCommonMark.svg "Cocoapods Platforms"
[release shield]: https://img.shields.io/github/release/codytwinton/SwiftCommonMark.svg "GitHub Release"