From 532a3084cdb64a7962679d90ae1cbe62061ed5b1 Mon Sep 17 00:00:00 2001 From: neal1991 Date: Sun, 11 Jun 2017 10:02:22 +0800 Subject: [PATCH] modify the markup --- scripts/widget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/widget.js b/scripts/widget.js index 895bc82..64e3552 100644 --- a/scripts/widget.js +++ b/scripts/widget.js @@ -153,7 +153,7 @@ function processParagraph (p) { markup = '> ' break case 7: - p.text = '> # ' + p.text.replace(/\n/g, '\n> #') + p.text = '> # ' + p.text.replace(/\n/g, '\n> #') + '\n' break case 8: p.text = '\n ' + p.text.replace(/\n/g, '\n ')