I'm using meteor 0.9.1.1.
I've just gotten mcrider:bootstrap-wysiwyg working for the body of a note or article. It saves to the mongo collection field just fine, but when I try to display it in a template, the html is display rather than applied. In other words something that should look like this:
instead shows all the raw html tags need to record the formatting along with the core text.
I hope there is a simple function I can pass it through to get the desired results.
Any ideas?
Thanks, Alex
Use {{{field}}}
instead of {{field}}
in your HTML template if you want the HTML code in field
to be interpreted as HTML code (and not escaped).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With