SimonFairbairn / SwiftyMarkdown

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

Added LinkStyles to customize underline properties #86

Closed ramonoise closed 4 years ago

ramonoise commented 4 years ago

Hi! I'm adding this new style to allow customizations like this:

md.link.underlineStyle = NSUnderlineStyle.single.union(.patternDot)
md.link.underlineColor = .purple