From 7a2560c662ca07268114d169a54d1e9cb5aced2e Mon Sep 17 00:00:00 2001 From: cn Date: Sat, 1 Mar 2014 16:50:49 +0100 Subject: [PATCH] markdown: end if we reach newline during bold --- md.jsf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/md.jsf b/md.jsf index 044de81..6a6c826 100644 --- a/md.jsf +++ b/md.jsf @@ -21,6 +21,7 @@ * idle "a-z0-9 /" tag ">" idle + # do escaping of *_ and so on :escape Escape * idle @@ -31,6 +32,7 @@ :bold Bold * bold + "\n" idle # end if we reach newline during bold "*_" maybe_end_bold :maybe_end_bold Bold