ux/Showdown.js
[roojs1] / ux / Showdown.js
index af8927d..8570de9 100644 (file)
@@ -878,7 +878,7 @@ Roo.ux.Showdown.converter = function() {
     
                             codeblock = "<pre><code>" + codeblock + "\n</code></pre>";
     
-                            return hashBlock(codeblock) + nextChar;
+                            return hashBlock(codeblock) ;
                     }
             );