CocoaPods trunk is moving to be read-only. Read more on the blog, there are 9 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Mar 2017 |
| SwiftSwift Version | 3.0.2 |
| SPMSupports SPM | ✓ |
Maintained by Caleb Kleveter.
SwiftDown is a Markdown renderer built in swift.
SwiftDown is a SwiftPM package, but if you want to add it manually to a project, you can just add the files.
Using SwiftDown is very simple. Just create a renderer, call render, and pass in the Markdown text.
let renderer = MarkdownRenderer()
let html = renderer.render(markdownText)The whole SwiftDown package is under the MIT license agreement.
Thanks to @matthewcheok and his tutorial on Writing a Lexer in Swift.