CDMarkdownKit icon indicating copy to clipboard operation
CDMarkdownKit copied to clipboard

An extensive Swift framework providing simple and customizable markdown parsing.

Results 19 CDMarkdownKit issues
Sort by recently updated
recently updated
newest added

> ℹ 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...

bug

* [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 =...

bug

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 ##...

enhancement

ℹ 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**...

enhancement

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...

enhancement

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...

enhancement

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...

enhancement

## 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...

bug

## 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...

enhancement