From: Alan Knowles Date: Tue, 18 Oct 2016 09:00:14 +0000 (+0800) Subject: ux/Showdown.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=9c75ad4533517438a10f7b9155fdf0287db19387 ux/Showdown.js --- diff --git a/ux/Showdown.js b/ux/Showdown.js index b28eb9199d..3af364fef4 100644 --- a/ux/Showdown.js +++ b/ux/Showdown.js @@ -359,9 +359,7 @@ Roo.ux.Showdown.converter = function() { text = text.replace(/^[ ]{0,2}([ ]?\_[ ]?){3,}[ \t]*$/gm,key); text = _DoLists(text); - - text = _DoBlockQuotes(text); - + // We already ran _HashHTMLBlocks() before, in Markdown(), but that // was to escape raw HTML in the original Markdown source. This time, // we're escaping the markup we've just created, so that we don't wrap