Update for inline markdown support of unordered list.
authorFreeBirdLjj <ljj11011@mail.ustc.edu.cn>
Mon, 29 Sep 2014 06:01:06 +0000 (14:01 +0800)
committerFreeBirdLjj <ljj11011@mail.ustc.edu.cn>
Mon, 29 Sep 2014 06:01:06 +0000 (14:01 +0800)
sample.md

index 57abf3d..11d36e0 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,7 +149,7 @@ becomes
 TODO list
 * major 1
     - minor 1.1
-        - detail 1.1.1
+        - detail 1.1.1 *IMPORTANT*
         - detail 1.1.2
     - minor 1.2