Closed MilovanTomasevic closed 3 years ago
That's because Liquid tries to run the code with liquid syntax( {{ }}
).
I think your current solution is the only solution you can get. I also uses the same solution. Tho I prefer to use
{%- raw -%}
code
{% endraw %}
to prevent unnecessary blank line.
When I want to writing (with
`` ) the
highlight code` in my post, I get a warning:warning:
the current solution is:
How would I solve that considering that it is the only warning I have?
Thanks for the reply. M