Differences
This shows you the differences between two versions of the page.
ref:markup [2020/11/08 15:44] digital man created |
ref:markup [2020/11/18 19:03] (current) digital man [Rules] clarify illegal examples by using literals without wiki markup |
||
---|---|---|---|
Line 14: | Line 14: | ||
===== Rules ===== | ===== Rules ===== | ||
- Marked-up text cannot span more than one paragraph, i.e. a blank line will terminate the forward-lookup for a closing markup code. | - Marked-up text cannot span more than one paragraph, i.e. a blank line will terminate the forward-lookup for a closing markup code. | ||
- | - Marked-up text cannot be nested, i.e. you **cannot combine** styles ///***like this***///. | + | - Marked-up text cannot be nested, i.e. you **cannot combine** styles ''/*like this*/''. |
- | - Marked-up text cannot be adjacent to other marked-up text, i.e. you cannot ***do***///this///. | + | - Marked-up text cannot be adjacent to other marked-up text, i.e. you cannot ''*do*/this/''. |
- If there is any text preceding marked-up text, the preceding character must be either white-space or a non-alphanumeric character. | - If there is any text preceding marked-up text, the preceding character must be either white-space or a non-alphanumeric character. | ||
- If there is any text following marked-up text, the following character must be either white-space or a non-alphanumeric character. | - If there is any text following marked-up text, the following character must be either white-space or a non-alphanumeric character. |