From 946bc0a5cc561192b8d552c7ee08f1a98992e8e1 Mon Sep 17 00:00:00 2001 From: Jun Yang Date: Sat, 28 Sep 2024 00:53:17 +0800 Subject: [PATCH] Revert "Replace trimValue with trimOutput (#757)" This reverts commit 4490e4b7898538f1eae7cf9a74849418de0fde5a. --- docs/source/tutorials/whitespace-control.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/tutorials/whitespace-control.md b/docs/source/tutorials/whitespace-control.md index 71dc2e606..857b75446 100644 --- a/docs/source/tutorials/whitespace-control.md +++ b/docs/source/tutorials/whitespace-control.md @@ -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].