XNGMarkdownParser icon indicating copy to clipboard operation
XNGMarkdownParser copied to clipboard

How to remove underline from Links?

Open AaronKovacs opened this issue 8 years ago • 1 comments

As the title says I've been looking to try and remove the underline from links and have so far been unsuccessful as I can't seem to locate where it's being applied. Does anyone have any insight into how this could be done?

AaronKovacs avatar Apr 27 '16 23:04 AaronKovacs

It's been a while, since i've looked into this, but are you using a textview? Typically the textview takes care of styling the links, not the XNGMarkdownParser as far as I know. So try playing around with linkTextAttributes of the textview to get the link style you want :)

Hope that helps!

Luke47 avatar Apr 28 '16 12:04 Luke47