How can I manage to get HTML interpreted inside a mustache binding? At the moment the break () is just displayed/escaped.
Small Vue app:
Vue by default ships with the v-html directive to show it, you bind it onto the element itself rather than using the normal moustache binding for string variables.
So for your specific example you would need: