Fossil SCM
Correct markdown reference documentation on optional outermost | characters
Commit
08e4371bdc53d792780f4ae42c1988781ad29d0f1d3d1e12e4d3dedb1561623d
Parent
3f12d4066184e92…
1 file changed
+2
-2
+2
-2
| --- src/markdown.md | ||
| +++ src/markdown.md | ||
| @@ -93,12 +93,12 @@ | ||
| 93 | 93 | |
| 94 | 94 | > Placing **:** at the left, both, or right sides of a cell gives left-aligned, |
| 95 | 95 | > centered, or right-aligned text, respectively. By default, header cells are |
| 96 | 96 | > centered, and body cells are left-aligned. |
| 97 | 97 | |
| 98 | -> The leftmost **\|** is required if the first column contains at least one | |
| 99 | -> blank cell. The rightmost **\|** is optional. | |
| 98 | +> The leftmost or rightmost **\|** is required only if the first or last column, | |
| 99 | +> respectively, contains at least one blank cell. | |
| 100 | 100 | |
| 101 | 101 | ## Miscellaneous ## |
| 102 | 102 | |
| 103 | 103 | > * In-line images are made using **\!\[alt-text\]\(image-URL\)**. |
| 104 | 104 | > * Use HTML for advanced formatting such as forms. |
| 105 | 105 |
| --- src/markdown.md | |
| +++ src/markdown.md | |
| @@ -93,12 +93,12 @@ | |
| 93 | |
| 94 | > Placing **:** at the left, both, or right sides of a cell gives left-aligned, |
| 95 | > centered, or right-aligned text, respectively. By default, header cells are |
| 96 | > centered, and body cells are left-aligned. |
| 97 | |
| 98 | > The leftmost **\|** is required if the first column contains at least one |
| 99 | > blank cell. The rightmost **\|** is optional. |
| 100 | |
| 101 | ## Miscellaneous ## |
| 102 | |
| 103 | > * In-line images are made using **\!\[alt-text\]\(image-URL\)**. |
| 104 | > * Use HTML for advanced formatting such as forms. |
| 105 |
| --- src/markdown.md | |
| +++ src/markdown.md | |
| @@ -93,12 +93,12 @@ | |
| 93 | |
| 94 | > Placing **:** at the left, both, or right sides of a cell gives left-aligned, |
| 95 | > centered, or right-aligned text, respectively. By default, header cells are |
| 96 | > centered, and body cells are left-aligned. |
| 97 | |
| 98 | > The leftmost or rightmost **\|** is required only if the first or last column, |
| 99 | > respectively, contains at least one blank cell. |
| 100 | |
| 101 | ## Miscellaneous ## |
| 102 | |
| 103 | > * In-line images are made using **\!\[alt-text\]\(image-URL\)**. |
| 104 | > * Use HTML for advanced formatting such as forms. |
| 105 |