How To: Send HTML data to your widgets - Smashing/smashing GitHub Wiki
By default Batman strips all HTML out of data it is binding to. If you want to get around this, simply pass in the raw
filter.
Example:
<h3 data-bind="text | raw"></h3>
By default Batman strips all HTML out of data it is binding to. If you want to get around this, simply pass in the raw
filter.
Example:
<h3 data-bind="text | raw"></h3>