diff --git a/lib/renderer.js b/lib/renderer.js index a8a1d2a..742f6e3 100644 --- a/lib/renderer.js +++ b/lib/renderer.js @@ -22,7 +22,7 @@ Renderer.prototype.listitem = function(text) { var result; if (/^\s*\[[x ]\]\s*/.test(text)) { - text = text.replace(/^\s*\[ \]\s*/, ' ').replace(/^\s*\[x\]\s*/, ' '); + text = text.replace(/^\s*\[ \]\s*/, ' ').replace(/^\s*\[x\]\s*/, ' '); result = '
normal text [x] [ ]
\n',