Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

Handlebars raw not respected #325

Open
noctivityinc opened this issue Jun 14, 2020 · 0 comments
Open

Handlebars raw not respected #325

noctivityinc opened this issue Jun 14, 2020 · 0 comments

Comments

@noctivityinc
Copy link

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?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant