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

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

question

Added the ability to download an image from the markdown using the Styler class

I suggest adding an example of working with SwiftUI to `Down-Example`, because people are starting to switch to it and the need is growing _(at one time, I myself asked...

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 ~~Markdown~~ Highlighter JS...

bug
DownView
easy-first-issue

I am use in iOS I downloaded the code and it started running I use the following example to test: `要创建一个表格,我们可以使用不同的方式,例如文字描述、ASCII艺术、Markdown、HTML等。以下是几个不同格式的例子。\n\n### 文字描述的表格\n设想我们需要表格来记录一个公司的员工信息。表格将包含姓名、部门和电子邮件地址三列。\n\n姓名 | 部门 | 电子邮件\n------|----------|------------------\nJohn Doe | 营销 |...

# Feature Request Insert a horizontal rule by using three or more hyphens (-), asterisks (*), or underscores (_) on a line that is surrounded by empty lines. Each of...

Just wondering if there will be plans to update this library to support visionOS?

So I am passing string with single quotes to markdownString (for example `text example`) `Down(markdownString: stringExample).toAttributedString()` - like this As a result its font size is less than other words...

ℹ Please replace this with what you did. I placed a `DownTextView` inside a `UITableViewCell`, set up the appropriate constraints, but it's not respecting the content of the text view....