diff options
author | Raster <raster@rasterman.com> | 2018-06-26 05:09:43 -0700 |
---|---|---|
committer | apache <apache@e5-web1.enlightenment.org> | 2018-06-26 05:09:43 -0700 |
commit | e8ff2a102b791a7c2ee98ccfa9d04882e74485b6 (patch) | |
tree | 6f8358357479f380101c8234dfc3d5ed89ea8a50 /pages | |
parent | 59e7f8769c86eb71e8addecaf8013f2094cb0134 (diff) |
Wiki page syntax changed with summary [] by Raster
Diffstat (limited to 'pages')
-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 ====== |