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

Does SDK support StrikeThrough ~~line through~~ ? Could you please mention syntax if it does?

question

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

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

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

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

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

I am using Down SDK in my iOS project, I want to display multi color text for header, bullet and content of markdown. How can I render image url, because...

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 Newlines seem to...

``` let down = Down(markdownString: "![map](file:///Users/snaill/_WriteDownOutput/71.png)") let html = try down.toHTML() XCTAssertEqual(html, "") let down = Down(markdownString: "![map](/Users/snaill/_WriteDownOutput/71.png)") let html = try down.toHTML() XCTAssertEqual(html, "") ```

This's strange but I'm trying to replicate the error that I and, but not able yet :)