You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if it's possible to add support for the liquid (https://github.com/Shopify/liquid) templating language? It's used by Shopify and Jekyll among a few other CMS's and services.
It's pretty much raw HTML with a special syntax for outputting things like Twig.
Example: {{ variable }} would output whatever value is assigned to variable.
You don't really use class names in the helper syntax except for like two cases. So really it just needs to parse the HTML.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I was wondering if it's possible to add support for the liquid (https://github.com/Shopify/liquid) templating language? It's used by Shopify and Jekyll among a few other CMS's and services.
It's pretty much raw HTML with a special syntax for outputting things like Twig.
Example:
{{ variable }}
would output whatever value is assigned tovariable
.You don't really use class names in the helper syntax except for like two cases. So really it just needs to parse the HTML.
The text was updated successfully, but these errors were encountered: