]> git.plutz.net Git - shellwiki/blob - pages/[wiki]/editorhelp/#page.md
d441094d5a743d61c869e4cc5fb4020a8c1ff21c
[shellwiki] / pages / [wiki] / editorhelp / #page.md
1 %title Editor Help
2
3 ### Formatting: {half}
4
5 \*\***strong**\*\*      \**emphasized*\*        `~~`~~strikethrough~~`~~`       \``verbatim`\`
6
7 a backslash `\` prevents \*\*accidental formatting\*\*: \\\* \\\`
8
9     # Title
10     ## Headline
11     ### Sub Heading
12     #### etc...
13     
14     ## Heading {half}   <-- half width on large screen
15     ## Heading {center} <-- center text in section
16
17 ### Links: {half}
18
19 Simple Weblink (use angle brackets):  
20 < <https://en.wikipedia.org/wiki/Markdown> >
21
22 Simple Email Link: < <spam@example.com> >
23
24 Weblink with Text:  
25 \[Wikipedia article\](https://en.wikipedia.org/wiki/Markdown)  
26 [Wikipedia article](https://en.wikipedia.org/wiki/Markdown)
27
28 Other pages on the same site:  
29 [Start page](/): `[Start page](/)`,  
30 [Help](/[wiki]/editorhelp/): `[Help](/[wiki]/editorhelp/)`
31
32
33 ### Lists:
34
35 +----------------------------------+---------------------+
36 |    [space] [dash] [space] [text] | - bullet            |
37 |     - bullet                     | - list              |
38 |     - list                       |   - indented point  |
39 |       - indented point           |                     |
40 +------------------------------------------+---------------------+
41 |    [space] [number] [dot] [space] [text] | 1. ordered          |
42 |     1. ordered                           | 2. list             |
43 |     2. list                              |    1. indented point|
44 |        1. indented point                 |                     |
45 +------------------------------------------+---------------------+