SimonFairbairn / SwiftyMarkdown

Converts Markdown files and strings into NSAttributedStrings with lots of customisation options.
MIT License
1.64k stars 275 forks source link

bold.color does not apply new color to the atrributed string #117

Open polymerchm opened 3 years ago

polymerchm commented 3 years ago

The X does render as bold, but putting in

md.bold.color = UIColor.red

does not render the Bolded character in red

dachev commented 3 years ago

I have the same problem with links. Actually, none of the customizations seem to work with UILabel.

jimBeauxDibbs commented 2 years ago

I'm experiencing the same issue. Is there a solution now in 2022 or am I left to do my own subclassing/hacking?