markdown: end if we reach newline during bold

This commit is contained in:
cn 2014-03-01 16:50:49 +01:00
parent f522adf394
commit 7a2560c662
1 changed files with 2 additions and 0 deletions

2
md.jsf
View File

@ -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