MarkdownAttributedString
MarkdownAttributedString copied to clipboard
Links that have `styleAttributes` don't add the URL attribute
As this snippet shows if there is a styleAttributes for links the url attribute is ignored.
https://github.com/chockenberry/MarkdownAttributedString/blob/750e8d5cb455dcc592a9b6d1cacaa19837e7abff/NSAttributedString%2BMarkdown.m#L474-L479
I need to customise the link color and keep them tappable. I'll send a PR soon.