decomment

This commit is contained in:
Christopher Jeffrey 2011-08-20 16:11:31 -05:00
parent eebba42cbb
commit b703a71f3c

View File

@ -166,9 +166,9 @@ block.token = function(str, tokens) {
//loose = new RegExp(loose).test(cap[0]);
// get each top-level
// item in the list
console.log('----');
console.log(cap[0]);
console.log('----');
//console.log('----');
//console.log(cap[0]);
//console.log('----');
cap = cap[0].match(
// /^( *)(\*|\+|-|\d+\.)[^\n]+(?:\n\1+(?!\*|\+|-|\d\.)[^\n]*)*/gm
// /^( *)(\*|\+|-|\d+\.)[^\n]+(?:\n\1+(?!\*|\+|-|\d\.)[^\n]*|\n)*/gm