Compare commits

...
Author SHA1 Message Date
Jun YangandGitHub 946bc0a5cc Revert "Replace trimValue with trimOutput (#757)"
This reverts commit 4490e4b789.
2024-09-28 00:53:17 +08:00
+2 -2
View File
@@ -41,8 +41,8 @@ Alternatively, LiquidJS provides these per engine options to enable whitespace c
* `trimTagLeft`
* `trimTagRight`
* `trimOutputLeft`
* `trimOutputRight`
* `trimValueLeft`
* `trimValueRight`
[LiquidJS][liquidjs] will **NOT** trim any whitespace by default, aka. above options all default to `false`. For details of these options, see the [options][options].