HTML Tags in Perspective

Hello There,

I am just wondering if there is a way to interpret HTML Tags in Perspective like there is in Vision. I.e if I have a label in perspective and link its text to “Test” is there a way to have it interpret those HTML Tags?

Many Thanks

Nope. Web browsers do not want you to be able to insert (actually validated) markup live in a page; it's a huge security risk. Some more info from someone far smarter than I is here:

As for what you're actually looking to do - take a look at the Markdown component. It supports, as the name implies, Markdown, a very limited formatting "language" that degrades gracefully to plain text but also allows custom hyperlinks, inline styling to a certain degree, etc.

2 Likes

Thank you @PGriffith .