From 63a14ce85973703620821b894af1b5b5bbc13ac7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 18 Oct 2016 16:40:20 +0800 Subject: [PATCH] ux/Showdown.js --- ux/Showdown.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2