Skip to content
This repository was archived by the owner on Mar 7, 2018. It is now read-only.

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