From 31f9d0185dc6c5b7df28e684d5441427d2745d0d Mon Sep 17 00:00:00 2001 From: Jun Yang Date: Mon, 30 Oct 2017 00:53:14 +0800 Subject: [PATCH] Updated Whitespace Control (markdown) --- Whitespace-Control.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Whitespace-Control.md b/Whitespace-Control.md index 4e85401..288d423 100644 --- a/Whitespace-Control.md +++ b/Whitespace-Control.md @@ -50,8 +50,9 @@ For details of these options, see the [README](https://github.com/harttle/liquid In greedy mode (enabled by the [greedy option][liquidjs]), all consecutive whitespace chars (including `\n`) will be trimmed. + Greedy mode is enabled by default to be compliant with [shopify/liquid][shopify/liquid]. -(If I'm wrong here, please file an issue) +And here is the [test](https://github.com/harttle/liquidjs/blob/master/test/whitespace-control.js) [shopify/liquid]: https://github.com/Shopify/liquid [liquidjs]: https://github.com/harttle/liquidjs \ No newline at end of file