From c3524d44e33d4f87ac22b9634ccdbced6d511b55 Mon Sep 17 00:00:00 2001 From: FreeBirdLjj Date: Mon, 29 Sep 2014 14:01:06 +0800 Subject: [PATCH] Update for inline markdown support of unordered list. --- sample.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sample.md b/sample.md index 57abf3d..11d36e0 100644 --- 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 -- 2.20.1