mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-19 06:20:38 -07:00
Updated Whitespace Control (markdown)
+5
-1
@@ -41,6 +41,10 @@ harttle
|
||||
By specifying `options.trim_left` or `options.trim_right`,
|
||||
you can change this default behavior.
|
||||
|
||||
See: <https://github.com/harttle/shopify-liquid>
|
||||
Note that the `trim_right` and `trim_left` only change the behavior of `{{ }}` and `{% %}`,
|
||||
which means `{{-` (or `{%-`) will always trim whitespace from the left,
|
||||
and `-}}` (or `-%}`) will always trim whitespace from the right regardless of the `trim_left` and `trim_right` options.
|
||||
|
||||
For details of these options, see: <https://github.com/harttle/shopify-liquid>
|
||||
|
||||
[shopify-liquid]: https://github.com/harttle/shopify-liquid
|
||||
Reference in New Issue
Block a user