mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-20 15:00:42 -07:00
docs: whitespace-control: correct typo (#462)
This commit is contained in:
@@ -41,7 +41,7 @@ Alternatively, LiquidJS provides these per engine options to enable whitespace c
|
|||||||
|
|
||||||
* `trimTagLeft`
|
* `trimTagLeft`
|
||||||
* `trimTagRight`
|
* `trimTagRight`
|
||||||
* `trimValueRight`
|
* `trimValueLeft`
|
||||||
* `trimValueRight`
|
* `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].
|
[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].
|
||||||
@@ -53,4 +53,4 @@ In greedy mode (enabled by the [greedy option][greedy]), all consecutive whitesp
|
|||||||
[shopify/liquid]: https://github.com/Shopify/liquid
|
[shopify/liquid]: https://github.com/Shopify/liquid
|
||||||
[liquidjs]: https://github.com/harttle/liquidjs
|
[liquidjs]: https://github.com/harttle/liquidjs
|
||||||
[options]: ../api/interfaces/liquid_options_.liquidoptions.html
|
[options]: ../api/interfaces/liquid_options_.liquidoptions.html
|
||||||
[greedy]: ../api/interfaces/liquid_options_.liquidoptions.html#Optional-greedy
|
[greedy]: ../api/interfaces/liquid_options_.liquidoptions.html#Optional-greedy
|
||||||
|
|||||||
Reference in New Issue
Block a user