Closed ggmichaelgo closed 11 months ago
This PR is for https://github.com/Shopify/liquid/pull/1755
In the Liquid PR The comment tag requires to consume the token without creating any child nodes. The PR will change the comment tag to not parse its body, and allow incomplete Liquid codes as a comment.
comment
This PR is for https://github.com/Shopify/liquid/pull/1755
In the Liquid PR The
comment
tag requires to consume the token without creating any child nodes. The PR will change thecomment
tag to not parse its body, and allow incomplete Liquid codes as a comment.