Shopify / liquid

Liquid markup language. Safe, customer facing template language for flexible web apps.
https://shopify.github.io/liquid/
MIT License
11.13k stars 1.39k forks source link

implement whitespace control to comment tag #1764

Closed ggmichaelgo closed 11 months ago

ggmichaelgo commented 11 months ago

What are you trying to solve?

https://github.com/Shopify/liquid/pull/1755 introduced a whitespace control bug to comment tag parsing.

The comment tag is now updated to update the parse_context.trim_whitespace when it recognises a whitespace control character like the raw tag.