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