CDMarkdownKit
CDMarkdownKit copied to clipboard
An extensive Swift framework providing simple and customizable markdown parsing.
> ℹ Please fill out this template when filing an issue. > All lines beginning with an ℹ symbol instruct you with what info we expect. You can delete those...
Crash in CDFont+CDMarkdownKit.swift, line 57. Unexpectedly found nil when unwrapping optional value.
* [x ] I've read, understood, and done my best to follow the [*CONTRIBUTING guidelines](https://github.com/chrisdhaan/CDMarkdownKit/blob/master/CONTRIBUTING.md). ## What did you do? ``` if let m = chat.message , let font =...
Add possibility to use multiple \n in a row
* [x] I've read, understood, and done my best to follow the [*CONTRIBUTING guidelines](https://github.com/chrisdhaan/CDMarkdownKit/blob/master/CONTRIBUTING.md). ## What did you do? I followed the documentation and marked down a text file ##...
ℹ I want to open a link ℹ Is it possible? ℹ Do you have a plan for handling click action? ## CDMarkdownKit Environment **CDMarkdownKit version: 2.1.0** **Xcode version: 11.6**...
Thanks for creating this project I experimented with this on WatchKit, and I found that the only API that works is setting attributed text on a `WKInterfaceLabel`, and that there...
Thank you a lot for this library, i want to suggest small improvement that will be very helpful Right now i can't use multiple `\n` in a row, because library...
for example ```swift let detailLocation = gesture.location(in: contentLabel) let storage = NSTextStorage(attributedString: contentLabel.attributedText) let manager = NSLayoutManager() storage.addLayoutManager(manager) let container = NSTextContainer(size: CGSize(width: contentLabel.bounds.size.width, height: CGFloat.greatestFiniteMagnitude)) container.lineFragmentPadding = 0 container.maximumNumberOfLines...
## What did you do? ℹ Please replace this with what you did. This is unclear as I have CDMarkdownKit in a deployed application. ## What did you expect to...
## What did you do? I have images that are between some paragraphs in my markdown code ## What did you expect to happen? I want to load asynchronously my...