I'm looking about how to display HTML from a JS var.
I stocked it in a JSON, but when I want to display it (I return it from a meteor helper), it appears in plain text. I need it to treat the elements as HTML elements.
For example, if my var contains : "<a href='http://stackorverflow'>Go to the awesome site</a>"
I want it to display clearly as follow :
I've looked for that on SO and google, but all I found was how to stock HTML to a var, not how to display it.
Could someone show me the way ?
Thanks you,
David