X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=ux%2FShowdown.js;h=09634886f3d350f23fd21f74600b87625ac60e2b;hb=77434339de7067266c8a8b5adaa6d5c29179e1ef;hp=80b957c1a947cffb4e53ff91b7309d3940d41cad;hpb=35b0f3c398f32ec06245d962e0584c27cd8bab54;p=roojs1 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; }