From: Alan Knowles Date: Tue, 18 Oct 2016 08:40:20 +0000 (+0800) Subject: ux/Showdown.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=63a14ce85973703620821b894af1b5b5bbc13ac7 ux/Showdown.js --- diff --git a/ux/Showdown.js b/ux/Showdown.js index 8570de9492..49971697a0 100644 --- a/ux/Showdown.js +++ b/ux/Showdown.js @@ -878,7 +878,7 @@ Roo.ux.Showdown.converter = function() { codeblock = "
" + codeblock + "\n
"; - return hashBlock(codeblock) ; + return hashBlock(codeblock) + nextChar; } ); @@ -900,7 +900,7 @@ Roo.ux.Showdown.converter = function() { codeblock = '
' + codeblock + end + '
'; - return hashBlock(codeblock) + nextChar; + return hashBlock(codeblock) ; }); // attacklab: strip sentinel