Links on comments should now be clickable.
Thanks for the changes. I am aiming for creating a string parser for everything we need to parse and not just links. There is a StringUtil class that is responsible for creating clickables in text. Your changes affect one place and this usually should be a helper class since links are found in many places.
Please use a new ticket to describe the problem, then we can see where we can apply parsing throughout the app.
There is a StringUtil class that is responsible for creating clickables in text.
Neat. So this class should be responsible for building everything under the "formatting help" link under the comment area?