Spiros Gerokostas

Results 2 issues of Spiros Gerokostas

Hello, Any idea how to fix this Error: module MyApp.Web is not loaded and could not be found also the instructions here https://github.com/vishnevskiy/ElixirSublime/issues/5 not working thanks

For this string: ```Lorem ipsum. [apple](https://apple.com/)``` changing the color of the link doesn't work ```swift let md = SwiftyMarkdown(string: string) md.body.color = UIColor.red md.link.fontSize = 20.0 md.link.color = UIColor.purple label.attributedText...