mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-26 13:45:15 -07:00
modified: README.md
This commit is contained in:
@@ -5,17 +5,17 @@
|
|||||||
[](https://coveralls.io/github/harttle/shopify-liquid?branch=master)
|
[](https://coveralls.io/github/harttle/shopify-liquid?branch=master)
|
||||||
[](https://github.com/harttle/shopify-liquid/issues)
|
[](https://github.com/harttle/shopify-liquid/issues)
|
||||||
|
|
||||||
A feature-rich Liquid template engine for Node.js and browsers,
|
A Liquid template engine with a wide range of tags and filters,
|
||||||
with compliance with [the Ruby version][shopify-liquid].
|
for both Node.js and browsers.
|
||||||
New to Liquid? Here's a live demo: <http://harttle.com/shopify-liquid/>
|
Here's a live demo: <http://harttle.com/shopify-liquid/>
|
||||||
|
|
||||||
> The Liquid template engine is implemented in Ruby originally,
|
> The Liquid template engine is implemented in Ruby originally,
|
||||||
> which is used by [Jekyll][jekyll] and [Github Pages][gh].
|
> which is used by [Jekyll][jekyll] and [Github Pages][gh].
|
||||||
|
|
||||||
Features:
|
Features:
|
||||||
|
|
||||||
* Pretty much [builtin filters](https://github.com/harttle/shopify-liquid/wiki/Builtin-Filters) and [builtin tags](https://github.com/harttle/shopify-liquid/wiki/Builtin-Tags)
|
* A wide range of [filters](https://github.com/harttle/shopify-liquid/wiki/Builtin-Filters) and [tags](https://github.com/harttle/shopify-liquid/wiki/Builtin-Tags)
|
||||||
* Async rendering, especially for tags
|
* Easy tag/filter registration, allows async tags
|
||||||
* [any-promise][any-promise]
|
* [any-promise][any-promise]
|
||||||
|
|
||||||
Installation:
|
Installation:
|
||||||
|
|||||||
Reference in New Issue
Block a user