added h-centering to sample.md (#3)
[smdp.git] / sample.md
index f7a4d54..47926de 100644 (file)
--- a/sample.md
+++ b/sample.md
@@ -108,8 +108,8 @@ becomes
 
 Inline highlighting is supported as followed:
 
-- *\** colors text as red
-- *\_* underlines text
+\- *\** colors text as red
+\- *\_* underlines text
 
 \_some\_ \*highlighted\* \_\*text\*\_
 
@@ -133,6 +133,46 @@ becomes
 
 -------------------------------------------------
 
+# Supported markdown formatting's
+
+Leading *\** or *-* indicate lists.
+
+TODO list
+\* major 1
+\    \- minor 1.1
+\        \- detail 1.1.1 \*IMPORTANT\*
+\        \- detail 1.1.2
+\    \- minor 1.2
+
+becomes
+
+TODO list
+* major 1
+    - minor 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
@@ -170,8 +210,8 @@ want to convert it to PDF.
 
 This can be achieved by two additional tools:
 
-- *markdown* to convert to HTML
-- *wkhtmltopdf* to convert from HTML to PDF
+\- *markdown* to convert to HTML
+\- *wkhtmltopdf* to convert from HTML to PDF
 
 After installing them, you can simply type: