This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Option to allow Commas in Parse Parameters Tokenizer #722
Labels
You can continue the conversation there. Go to discussion →
While upgrading to use Liquid’s parameter parser in Eleventy (and away from our home-grown one that is old): 11ty/eleventy#2679 one of the biggest backwards compatibility issues that I think we’ll have is that our custom parser allowed the use of commas to separate parameters and the Liquid one does not (nor does it fail with an error—looks like it hangs).
https://liquidjs.com/tutorials/parse-parameters.html#Parse-Parameters-as-Values
I’m curious if this can be improved—and best case scenario would be to add support for optional commas! Or maybe an opt-in option? Thanks!
The text was updated successfully, but these errors were encountered: