We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Setting the colour attribute for Link/Code doesn't work:
To recreate just add the following code to example project in Exemple2ViewController:
Exemple2ViewController
markdownParser.link.color = UIColor.red markdownParser.code.color = UIColor.red
markdownParser.link.color = UIColor.red
markdownParser.code.color = UIColor.red