question
When I include anchor tag in a string the anchor tag is not parsed to a link.
Ex: I like Survey js library. Click here to see examples.
I would expect that "Click here" would turn into a link.
Tested page URL:
Test code
I like Survey js library. <a href = "https://surveyjs.io/Examples/Editor/">Click here</a> to see examples.
Could you please specify you use case? Where do you want to insert the link? I think you need the markdown feature Here an example with title : https://plnkr.co/edit/hiAEp7?p=preview
That's what I am exactly looking for. Thank you very much.