Down icon indicating copy to clipboard operation
Down copied to clipboard

Blazing fast Markdown / CommonMark rendering in Swift, built upon cmark.

Results 36 Down issues
Sort by recently updated
recently updated
newest added

SVGKit and Down blew up for me trying to run. I'm not sure if this is the proper fix, but this does allow for both to work for now. At...

This change provides access to line start/end and column start/end of a Node. It could be useful for error reporting when validating that a document is of a specific structure.

Please help prevent duplicate issues before submitting a new one: * ✅ I've searched other open/closed issues for duplicates before opening up this new issue. # Report ## What did...

### Description Warnings like > ⚠️ Implicit conversion loses integer precision: 'long' to 'bufsize_t' (aka 'int') began showing up in Xcode 13. This PR makes such implicit conversions explicit. Technically...

Please help prevent duplicate requests before submitting a new one: ✅ I've searched other open/closed issues for duplicates before opening up this new issue. # Feature Request We want `list...

Hello, just ran into this with SPM : https://developer.apple.com/documentation/Xcode-Release-Notes/xcode-13-release-notes > Swift libraries depending on Combine may fail to build for targets including armv7 and i386 architectures. (82183186, 82189214) > >...

Resolves #120 The Down library as-is does not generate a "portable" framework, as described very well in [this blog post](https://medium.com/bumble-tech/bundling-c-library-in-swift-framework-3d9dae950774). The result is that anyone who attempts to build and...

Please help prevent duplicate issues before submitting a new one: * [x] I've searched other open/closed issues for duplicates before opening up this new issue. # Report When using mark...

In WWDC 21 a new [`AttributedString`](https://developer.apple.com/documentation/foundation/attributedstring) type was introduced, useful for rendering attributed text in SwiftUI. It seems that converting the `NSAttributedString` instance generated by the module to `AttributedString` using...