From e78ebb784f7623252b76ab55a3d60ef45889a24e Mon Sep 17 00:00:00 2001 From: Rod Widdowson Date: Mon, 5 Jan 2026 19:49:48 +0000 Subject: [PATCH] Clean up some of the conditional examples 1) Add missing `?` in the close statement 2) Escape the initial `<` in a table to stop markup eating the text --- src/content/docs/wix/tools/preprocessor.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/content/docs/wix/tools/preprocessor.md b/src/content/docs/wix/tools/preprocessor.md index e02b15d..63b2e3f 100644 --- a/src/content/docs/wix/tools/preprocessor.md +++ b/src/content/docs/wix/tools/preprocessor.md @@ -107,12 +107,12 @@ There are several conditional blocks that let you include or exclude XML based o | Name | Description | | ---- | ----------- | -| | Include the XML fragment if the provided expression evaluates to true. | -| | Include the XML fragment if the specified variable is defined. | -| | Include the XML fragment if the specified variable is *not* defined. | -| | Include the XML fragment if a preceding ``, ``, or `` block condition wasn't met *and* the provided expression evaluates to true. | -| | Include the XML fragment if _all_ preceding ``, ``, or `` block conditions weren't met. | -| | Indicates the end of the conditional blocks. | +| \ | Include the XML fragment if the provided expression evaluates to true. | +| \ | Include the XML fragment if the specified variable is defined. | +| \ | Include the XML fragment if the specified variable is *not* defined. | +| \ | Include the XML fragment if a preceding ``, ``, or `` block condition wasn't met *and* the provided expression evaluates to true. | +| \ | Include the XML fragment if _all_ preceding ``, ``, or `` block conditions weren't met. | +| \ | Indicates the end of the conditional blocks. | Conditional blocks always begin with ``, ``, or ``, followed by optional ``s and one optional ``, and must end with ``: @@ -120,13 +120,13 @@ Conditional blocks always begin with ``, ``, or ``, fo {||} -[] +[] -[] +[] -[] +[]