ux/Showdown.js
authorAlan Knowles <alan@roojs.com>
Tue, 18 Oct 2016 09:00:14 +0000 (17:00 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 18 Oct 2016 09:00:14 +0000 (17:00 +0800)
ux/Showdown.js

index b28eb91..3af364f 100644 (file)
@@ -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