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