]> git.plutz.net Git - shellwiki/blobdiff - pages/[wiki]/editorhelp/#page.md
more compact editor help
[shellwiki] / pages / [wiki] / editorhelp / #page.md
index d441094d5a743d61c869e4cc5fb4020a8c1ff21c..555d64665842191ed2f8014214c97fe1d93a1572 100644 (file)
@@ -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
+````