X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=pages%2F%5Bwiki%5D%2Feditorhelp%2F%23page.md;fp=pages%2F%5Bwiki%5D%2Feditorhelp%2F%23page.md;h=555d64665842191ed2f8014214c97fe1d93a1572;hb=d57f36c0b200bdfaa93def032fed6c946ba9c385;hp=d441094d5a743d61c869e4cc5fb4020a8c1ff21c;hpb=767d28b6e7737c1112131899b90bc5dac95e1a75;p=shellwiki diff --git a/pages/[wiki]/editorhelp/#page.md b/pages/[wiki]/editorhelp/#page.md index d441094..555d646 100644 --- a/pages/[wiki]/editorhelp/#page.md +++ b/pages/[wiki]/editorhelp/#page.md @@ -29,17 +29,23 @@ Other pages on the same site: [Start page](/): `[Start page](/)`, [Help](/[wiki]/editorhelp/): `[Help](/[wiki]/editorhelp/)` - -### Lists: - -+----------------------------------+---------------------+ -| [space] [dash] [space] [text] | - bullet | -| - bullet | - list | -| - list | - indented point | -| - indented point | | -+------------------------------------------+---------------------+ -| [space] [number] [dot] [space] [text] | 1. ordered | -| 1. ordered | 2. list | -| 2. list | 1. indented point| -| 1. indented point | | -+------------------------------------------+---------------------+ +### Lists: {half} + +```` +[space] [dash] [space] [text] + - bullet + - list + - indented point + + \- Not a list item +```` + +### Lists (numbered): {half} +```` +[space] [number] [dot] [space] [text] + 1. ordered + 2. list + 1. indented point + + 1\. Not a list item +````