ux/Showdown.js
[roojs1] / ux / Showdown.js
index af8927d..4997169 100644 (file)
@@ -900,7 +900,7 @@ Roo.ux.Showdown.converter = function() {
                 
                     codeblock = '<pre><code' + (language ? ' class="' + language + ' language-' + language + '"' : '') + '>' + codeblock + end + '</code></pre>';
                 
-                    return hashBlock(codeblock) + nextChar;
+                    return hashBlock(codeblock) ;
             });
           
             // attacklab: strip sentinel