Meteor HTML formatted text

I am using meteor 0.9.1.1.

I just got mcrider: bootstrap-wysiwyg working on the body of a note or article. It saves the mongo collection field just fine, but when I try to display it in a template, html displays rather than applies. In other words, it should look like this:

  • allows you to save this content
  • in the list
  • with lines
  • etc.

instead, it shows that all raw html tags should write formatting along with the body text.

Hope there is a simple function that I can pass to get the desired results.

Any ideas?

Thanks, Alex

+4
source share
1 answer

{{{field}}} {{field}} HTML-, , HTML field HTML- ( ).

+18

All Articles