Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working some tags on liquid #304

Open
Jowrney opened this issue Mar 6, 2018 · 1 comment
Open

Not working some tags on liquid #304

Jowrney opened this issue Mar 6, 2018 · 1 comment

Comments

@Jowrney
Copy link

Jowrney commented Mar 6, 2018

I'm always thanks your libs.
I'm developing a site with liquid (cons.liquid).
but some tag is not working on liquid code below:
{% stylesheet 'scss' %} or {{ -17 | abs }} like that.
I found that tinyliquid and liquid-node in your code.
I think there libraries are not support liquid fully. so I wanna change to 'liquidjs', but I can't.
How can I do? Please help me.

@doowb
Copy link
Collaborator

doowb commented Mar 6, 2018

I was going to provide an example of how to use liquidjs but the liquid renderer function isn't following the same pattern as other engines.

I'm going to mark this as a bug and if you or anyone else would like to make a PR to fix the renderer function, it would be appreciated.

The main idea is that you should be able to do this to use a different engine for liquid:

cons.requires.liquid = require('liquidjs');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants