diff options
Diffstat (limited to 'pages/wiki/syntax.txt')
-rw-r--r-- | pages/wiki/syntax.txt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/pages/wiki/syntax.txt b/pages/wiki/syntax.txt index 3985a878e..dc1c72e0b 100644 --- a/pages/wiki/syntax.txt +++ b/pages/wiki/syntax.txt | |||
@@ -23,15 +23,13 @@ until a blank line before/after the section of text. | |||
23 | A paragraph is simply text, on a single line or across multiple lines | 23 | A paragraph is simply text, on a single line or across multiple lines |
24 | until a blank line before/after the section of text. | 24 | until a blank line before/after the section of text. |
25 | </code> | 25 | </code> |
26 | |||
27 | ---- | 26 | ---- |
28 | 27 | ||
29 | Within text you can do **Bold Text**, //Italic Text//, __Underlined Text__, and ''Monospaced Text'' as well as <del>Strike-through Text</del>. | 28 | Within text you can do **Bold Text**, //Italic Text// and ''Monospaced Text'' as well as <del>Strike-through Text</del>. |
30 | 29 | ||
31 | <code> | 30 | <code> |
32 | Within text you can do **Bold Text**, //Italic Text//, __Underlined Text__, and ''Monospaced Text'' as well as <del>Strike-through Text</del>. | 31 | Within text you can do **Bold Text**, //Italic Text// and ''Monospaced Text'' as well as <del>Strike-through Text</del>. |
33 | </code> | 32 | </code> |
34 | |||
35 | ---- | 33 | ---- |
36 | 34 | ||
37 | ====== Level 1 Headline ====== | 35 | ====== Level 1 Headline ====== |