From 77434339de7067266c8a8b5adaa6d5c29179e1ef Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 18 Oct 2016 16:45:52 +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 80b957c1a9..09634886f3 100644 --- a/ux/Showdown.js +++ b/ux/Showdown.js @@ -364,9 +364,9 @@ Roo.ux.Showdown.converter = function() { // 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 //

tags around block-level tags. - text = _HashHTMLBlocks(text); + text = _FormParagraphs(text); - + text = _HashHTMLBlocks(text); return text; } -- 2.39.2