Closed eightHundreds closed 5 months ago
My template source contains [ and ] which conflicts with the internal BlockStart BlockEnd
[
]
@eightHundreds Thank you for posting the issue. Escaping square brackets should be available now by prefixing them with \ symbol, example: [some text \[escaped block\] $var more text]
\
[some text \[escaped block\] $var more text]
My template source contains
[
and]
which conflicts with the internal BlockStart BlockEnd