cmark

My personal build of CMark ✏️

Commit
24c277e407fd328171602e397f48cbd76e135120
Parent
54c40bbc4bd09bce30ff6a45e9a9fcb08073a3c1
Author
John MacFarlane <jgm@berkeley.edu>
Date

Removed unnec. comment.

Diffstat

1 file changed, 0 insertions, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified js/lib/inlines.js 1 0 1
diff --git a/js/lib/inlines.js b/js/lib/inlines.js
@@ -760,7 +760,6 @@ var parseReference = function(s, refmap) {
         this.pos = beforetitle;
     }
 
-    // FIXME
     // make sure we're at line end:
     if (this.match(/^ *(?:\n|$)/) === null) {
         this.pos = startpos;