mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-20 15:00:42 -07:00
Updated Whitespace Control (markdown)
+5
-1
@@ -41,6 +41,10 @@ harttle
|
|||||||
By specifying `options.trim_left` or `options.trim_right`,
|
By specifying `options.trim_left` or `options.trim_right`,
|
||||||
you can change this default behavior.
|
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
|
[shopify-liquid]: https://github.com/harttle/shopify-liquid
|
||||||
Reference in New Issue
Block a user