multiline
This commit is contained in:
parent
3c6177e5df
commit
321dc2291f
@ -49,7 +49,7 @@ block.lexer = function(str) {
|
||||
.replace(/\t/g, ' ');
|
||||
|
||||
// experimental
|
||||
//str = str.replace(/(^|\n) +(\n|$)/g, '$1$2');
|
||||
//str = str.replace(/^ +$/gm, '');
|
||||
|
||||
// grab link definitons
|
||||
str = str.replace(
|
||||
|
Loading…
x
Reference in New Issue
Block a user