cmark

My personal build of CMark ✏️

Commit
35005ade4bcf02d5238ae4d7e2c5b63b501f7f22
Parent
bbaf30eafa5530dc9a9b6d2c476403eadfb20423
Author
John MacFarlane <jgm@berkeley.edu>
Date

html5-entities.js: put object property 'in' in quotes.

...this is a JS keyword, and at least IE8 gets confused by it in this context.

Diffstat

1 file changed, 1 insertion, 1 deletion

Status File Name N° Changes Insertions Deletions
Modified js/lib/html5-entities.js 2 1 1
diff --git a/js/lib/html5-entities.js b/js/lib/html5-entities.js
@@ -739,7 +739,7 @@ var entities = {
   imped: 437,
   Implies: 8658,
   incare: 8453,
-  in: 8712,
+  'in': 8712,
   infin: 8734,
   infintie: 10717,
   inodot: 305,