Support multi-parameter filters #11
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Support for multi-parameter liquid filters like
find: string, string,replace: string, string,color_mix: string, number, etc.Current implementation doesn't recognize multi-parameter filters.
Example:
{{ "adam!" | capitalize | prepend: "Hello " | replace: "adam", "Adam" }}Thanks! I wasn't aware those were a thing.
@marijnh Hi! Can you tell me when this PR will be released? It would be great to get these changes.
Sure, I've tagged a version 6.3.0!