Skip to content

How To: Send HTML data to your widgets

Daniel Beauchamp edited this page Aug 21, 2013 · 1 revision

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>
Clone this wiki locally