Quantcast
Channel: Adobe Community: Message List
Viewing all articles
Browse latest Browse all 90089

{% raw %} tags don't disable tag processing

$
0
0

  Any Liquid syntax inside {% raw %}{% endraw %} tags should be ignored; current tests show BC's Liquid   parser is rendering the contents anyway. E.g.:

   {% assign name = 'freestyle' %}   {% raw %}{{ name }}{% endraw %} = {{ name }} 

...results in this output:

  {% raw %}freestyle{% endraw %} = freestyle

...when it should appear like this:

  {{ name }} = freestyle

  Reference: https://github.com/Shopify/liquid/wiki/Liquid-for-Designers#raw


Viewing all articles
Browse latest Browse all 90089


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>