At line 1 added 15 lines. |
+ {{{ |
+ For a paragraph break, use an empty line. |
+ ---- Horizontal ruler |
+ [link] Create hyperlink to "link", where "link" can be either |
+ an internal WikiName or an external link (http://) |
+ [text|link] Create a hyperlink where the link text is different |
+ from the actual hyperlink link. |
+ [text|wiki:link] Create a hyperlink where the link text is different |
+ from the actual hyperlink link, and the hyperlink |
+ points to a named Wiki. This supports interWiki linking. |
+ |
+ * Make a bulleted list (must be in first column). |
+ Use more (**) for deeper indentations. |
+ # Make a numbered list (must be in first column). |
+ Use more (##, ###) for deeper indentations. |
Lines 3-17 were replaced by lines 18-19 |
- {{(empty line)}} |
- ;:Make a paragraph break.\\ |
- {{--}}{{-- }}Horizontal ruler\\ |
- {{[link] }}Create hyperlink to "link", where "link" can be either an |
- internal WikiName or an external link (http://) |
- [text|link] Create a hyperlink where the link text is different from the |
- actual hyperlink link. |
- [text|wiki:link] Create a hyperlink where the link text is different from the |
- actual hyperlink link, and the hyperlink points to a named |
- Wiki. This supports interWiki linking. |
- |
- * Make a bulleted list (must be in first column). Use more (**) |
- for deeper indentations. |
- # Make a numbered list (must be in first column). Use more |
- (##, ###) for deeper indentations. |
+ !, !!, !!! Start a line with an exclamation mark (!) to make a |
+ heading. More exclamation marks mean bigger headings. |
Removed lines 19-21 |
- !, !!, !!! Start a line with an exclamation mark (!) to make a heading. |
- More exclamation marks mean bigger headings. |
- |
Line 23 was replaced by line 22 |
- ''text'' Makes text in italics (notice that these are single quotes (')) |
+ ''text'' Makes text in italics (twice two single quotes (')) |
Line 29 was replaced by line 28 |
- |text|more text| Makes a table. Double bars for a table heading. |
+ |text|more text Makes a table. Double bars for a table heading. |
At line 30 added 1 line. |
+ To make a code block, use triple {'s to open, and triple }'s to close. |
Removed lines 38-39 |
- To make a code block, use triple {'s to open, and triple }'s to close. |
- |