From 9c75ad4533517438a10f7b9155fdf0287db19387 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 18 Oct 2016 17:00:14 +0800 Subject: [PATCH] ux/Showdown.js --- ux/Showdown.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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 -- 2.39.2