Updated Whitespace Control (markdown)

Jun Yang
2016-12-27 00:30:13 +08:00
parent b4f5eca193
commit 5dda13b82e
+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