ux/Showdown.js
authorAlan Knowles <alan@roojs.com>
Tue, 18 Oct 2016 08:42:43 +0000 (16:42 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 18 Oct 2016 08:42:43 +0000 (16:42 +0800)
ux/Showdown.js

index 4997169..57c9cf4 100644 (file)
@@ -906,10 +906,7 @@ Roo.ux.Showdown.converter = function() {
             // attacklab: strip sentinel
             text = text.replace(/~0/, '');
 
-        
-    
-    
-    
+          
             return text;
     }