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
{||}
-[]
+[]
-[]
+[]
-[]
+[]