equal
deleted
inserted
replaced
1507 |
1507 |
1508 `caption` is the text displayed in the first line, `subcaption` is displayed in the second line and `text` is the text displayed in the third and following lines. |
1508 `caption` is the text displayed in the first line, `subcaption` is displayed in the second line and `text` is the text displayed in the third and following lines. |
1509 |
1509 |
1510 `text` uses some special characters for formatting: |
1510 `text` uses some special characters for formatting: |
1511 |
1511 |
1512 || Special character || Meaning || |
1512 || *Special character* || *Meaning* || |
1513 || `|` || Line break || |
1513 || `|` || Line break || |
1514 || `:` || Highlight itself and all text before that character in this line. The colon itself will be written. || |
1514 || `:` || Highlight itself and all text before that character in this line. The colon itself will be written. || |
1515 || `::` || Like above, except the two colons will not be written. || |
1515 || `::` || Like above, except the two colons will not be written. || |
1516 || `\|` || Will be replaced with “:” without triggering highlighting (escape sequence) || |
1516 || `\|` || Will be replaced with “:” without triggering highlighting (escape sequence) || |
1517 || `\:` || Will be replaced with “|” without triggering a line break (escape sequence) || |
1517 || `\:` || Will be replaced with “|” without triggering a line break (escape sequence) || |