Hello!
I'm trying to create an article, in which there is a code with the symbols {{
Describing it as follows, first put 4 spaces for unit conversion in the code:
-- {{{Tags
When I compile the site, I get the error message:
Liquid Exception: Variable '{{' was not properly terminated with regexp: /\}\}/ in post
Although the site itself is still being generated. I was trying to escape the { with a slash, the error disappears, but the slash starts appear in the code, which can not be tolerated. Tried to replace the symbol on his hex, just in the code begins to show the code itself, rather than a symbol.
How can we make correct compilation of this piece of code?
Thank you!