]> git.plutz.net Git - shellwiki/blobdiff - pages/[wiki]/editorhelp/#page.md
more compact editor help
[shellwiki] / pages / [wiki] / editorhelp / #page.md
index 89893900dfacf09d20e97ea7b65a46cacfa802f2..555d64665842191ed2f8014214c97fe1d93a1572 100644 (file)
@@ -1,3 +1,5 @@
+%title Editor Help
+
 ### Formatting: {half}
 
 \*\***strong**\*\*     \**emphasized*\*        `~~`~~strikethrough~~`~~`       \``verbatim`\`
@@ -27,17 +29,23 @@ Other pages on the same site:
 [Start page](/): `[Start page](/)`,  
 [Help](/[wiki]/editorhelp/): `[Help](/[wiki]/editorhelp/)`
 
+### Lists: {half}
+
+````
+[space] [dash] [space] [text]
+ - bullet
+ - list
+   - indented point
+
+ \- Not a list item
+````
 
-### Lists:
+### Lists (numbered): {half}
+````
+[space] [number] [dot] [space] [text]
+ 1. ordered
+ 2. list
+    1. indented point
 
-+----------------------------------+---------------------+
-|    [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                 |                     |
-+------------------------------------------+---------------------+
+ 1\. Not a list item
+````