James Meng
79b831d96c
Bump Liquid to 5.8.7
2025-06-09 12:38:04 -07:00
James Meng
7f2f8a226b
Add tests for new public methods
2025-06-09 12:24:59 -07:00
James Meng
7b2b25fda1
Fix Doc tag blank? method to check body content
...
Previously the blank? method always returned true. Now it properly checks
if the body is empty, making the tag behavior consistent with other tags.
Also updated test to use whitespace control for cleaner assertions.
2025-06-09 11:36:18 -07:00
James Meng
8548b96a97
Remove body attr_reader and initiliaze @body instance variable in parse method
2025-06-06 13:08:06 -07:00
James Meng
79a771d724
Add test for doc tag capturing token before enddoc
2025-06-04 19:30:47 -07:00
James Meng
65b1dedac5
Expose tag body in the Doc tag
2025-06-04 12:04:41 -07:00
James Meng
eabbd5cb6f
Remove {{ foo }} and {{ bar }} from doc tag description
2025-05-06 15:20:35 -07:00
James Meng
7f122aeed2
Fix snippet URLs in documentation links
2025-03-31 17:08:31 -07:00
James Meng
1783c0c084
Add a link to the LiquidDoc reference in doc tag documentation comment
2025-03-12 15:31:28 -07:00