Updated to make continue list in todo list default as unchecked
This commit is contained in:
@@ -42,6 +42,9 @@
|
|||||||
? match[2]
|
? match[2]
|
||||||
: (parseInt(match[3], 10) + 1) + match[4];
|
: (parseInt(match[3], 10) + 1) + match[4];
|
||||||
|
|
||||||
|
// make todo list default unchecked
|
||||||
|
after = after.replace('[x]', '[ ]');
|
||||||
|
|
||||||
replacements[i] = "\n" + indent + bullet + after;
|
replacements[i] = "\n" + indent + bullet + after;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user