Cant use HTML tags in Description of a process

I have a process where i use a link so that the user can read the documentation about the process.
I am trying to use the link in the description of the process so that he can navigate to that page when he clicks on it.
But i am not able to use html tags in the description field.
Sample Code: For access to description on the process : a href=“https://xyz.com/abc/display/BONITA/process_catalog” TARGET=“_blank”>…
It prints the whole tag instead of just the link.
Using Bonita Sp-Version 7.1

Any help would be really welcome.
Regards,
A.

This is an issue with Angular security. There is a way to do it using a custom widget (but I can’t find it at the moment).

For now have a look at these posts which tells you the issue and how to fix it. If I find mine then i will post the code

http://stackoverflow.com/questions/9381926/angularjs-insert-html-into-view
http://odetocode.com/blogs/scott/archive/2014/09/10/a-journey-with-trusted-html-in-angularjs.aspx

regards
Seán

PS: As this reply answers your question, please mark as resolved.