added h-centering to sample.md (#3)
[smdp.git] / sample.md
index 57abf3d..47926de 100644 (file)
--- a/sample.md
+++ b/sample.md
@@ -140,7 +140,7 @@ Leading *\** or *-* indicate lists.
 TODO list
 \* major 1
 \    \- minor 1.1
-\        \- detail 1.1.1
+\        \- detail 1.1.1 \*IMPORTANT\*
 \        \- detail 1.1.2
 \    \- minor 1.2
 
@@ -149,12 +149,30 @@ becomes
 TODO list
 * major 1
     - minor 1.1
-        - detail 1.1.1
+        - detail 1.1.1 *IMPORTANT*
         - detail 1.1.2
     - minor 1.2
 
 -------------------------------------------------
 
+# Supported markdown formatting's
+
+Leading *->* indicates centering.
+
+\-> # test <-
+\-> ## test <-
+\-> test
+\-> \_\*test\*\_ <-
+
+becomes
+
+-> # test <-
+-> ## test <-
+-> test
+-> _*test*_ <-
+
+-------------------------------------------------
+
 ## More information about markdown
 
 can be found on