fbrctr / fabricator

A tool for building website UI toolkits and style guides
http://fbrctr.github.io/
MIT License
1.11k stars 124 forks source link

Handlebars raw not respected #325

Open noctivityinc opened 4 years ago

noctivityinc commented 4 years ago

In handlebars, if I wanted to display liquid code or the like inside a partial, I can do this:

{% raw %} Product info: {{ product.description }} {% endraw %}

and it would display it exactly as above with the {{ and }} displayed. With fabricator, it is trying to render a product.description data field.

How can we escape or render liquid code ({{ and {%) instead of our partials using Fabricator?