multiline

This commit is contained in:
Christopher Jeffrey 2011-08-20 08:10:13 -05:00
parent 3c6177e5df
commit 321dc2291f

View File

@ -49,7 +49,7 @@ block.lexer = function(str) {
.replace(/\t/g, ' '); .replace(/\t/g, ' ');
// experimental // experimental
//str = str.replace(/(^|\n) +(\n|$)/g, '$1$2'); //str = str.replace(/^ +$/gm, '');
// grab link definitons // grab link definitons
str = str.replace( str = str.replace(