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
- Host: GitHub
- URL: https://github.com/codytwinton/swiftcommonmark
- Owner: codytwinton
- License: mit
- Created: 2018-03-04T22:12:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-11T17:09:29.000Z (over 6 years ago)
- Last Synced: 2025-03-26T00:36:16.666Z (3 months ago)
- Topics: commonmark, commonmark-parsing, commonmarker, markdown, markdown-parser, markdown-parsing, swift, swift-4, swift-library, swift-package-manager, swift4
- Language: Swift
- Homepage:
- Size: 223 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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"