roojs-core.js
[roojs1] / roojs-core-debug.js
index 2460ce3..c6118a9 100644 (file)
@@ -16520,7 +16520,9 @@ Roo.Markdown.toHtml = function(text) {
             smartLists: true,
             smartypants: false
           });
-
+    // A FEW HACKS!!?
+    
+    text = text.replace(/\\\n/g,' ');
     return Roo.Markdown.marked(text);
 };
 //