Lukas Gauster
Lukas Gauster
@michael-snow @expertalex Have a look at https://github.com/MessageKit/MessageKit/issues/706 I hope it helps :)
@hardikamal Yes, I remember that I've made it work. You can check out my fork. I think it was this specific commit: https://github.com/Luke47/THContactPicker/commit/30e1a3f84ba4ec494eb6701b1a4a06ea6a804ac5
I just debugged it further. The code seems to get rid of the whitespace between links. example string: `Lukas Stefan test`
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 have the same issue. How did you solve it @SajithDulanjaya ?