johnxnguyen / Down

Blazing fast Markdown / CommonMark rendering in Swift, built upon cmark.
Other
2.25k stars 324 forks source link

Single quotes bug #294

Open Robert404 opened 1 year ago

Robert404 commented 1 year ago

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 in string, how to fix this?