]> git.plutz.net Git - shellwiki/blob - pages/[wiki]/editorhelp/#page.md
Merge commit 'd03c336720e5cc6d24cce791e161b16371b9bd4d'
[shellwiki] / pages / [wiki] / editorhelp / #page.md
1 ### Formatting:
2
3 \*\***strong**\*\*      \**emphasized*\*        `~~`~~strikethrough~~`~~`       \``verbatim`\`
4
5 a backslash `\` prevents \*\*accidental formatting\*\*: \\\* \\\`
6
7 ### Links:
8
9 Simple Weblink (use angle brackets): < <https://en.wikipedia.org/wiki/Markdown> >
10
11 Simple Email Link: < <spam@example.com> >
12
13 Weblink with Text: \[Wikipedia article\](https://en.wikipedia.org/wiki/Markdown) - [Wikipedia article](https://en.wikipedia.org/wiki/Markdown)
14
15 Other pages on the same site:  
16 [Start page](/): `[Start page](/)`, [Help](/[wiki]/editorhelp/): `[Help](/[wiki]/editorhelp/)`
17
18
19 ### Lists:
20
21 +----------------------------------+---------------------+
22 |    [space] [dash] [space] [text] | - bullet            |
23 |     - bullet                     | - list              |
24 |     - list                       |   - indented point  |
25 |       - indented point           |                     |
26 +------------------------------------------+---------------------+
27 |    [space] [number] [dot] [space] [text] | 1. ordered          |
28 |     1. ordered                           | 2. list             |
29 |     2. list                              |    1. indented point|
30 |        1. indented point                 |                     |
31 +------------------------------------------+---------------------+