Setting the colour attribute for Link/Code doesn't work: To recreate just add the following code to example project in `Exemple2ViewController`: `markdownParser.link.color = UIColor.red` `markdownParser.code.color = UIColor.red`
Setting the colour attribute for Link/Code doesn't work:
To recreate just add the following code to example project in
Exemple2ViewController:markdownParser.link.color = UIColor.redmarkdownParser.code.color = UIColor.red