We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c5623a commit aee219eCopy full SHA for aee219e
1 file changed
lib/inlines.js
@@ -67,8 +67,6 @@ var reSpnl = /^ *(?:\n *)?/;
67
68
var reWhitespaceChar = /^[ \t\n\x0b\x0c\x0d]/;
69
70
-var reWhitespace = /[ \t\n\x0b\x0c\x0d]+/g;
71
-
72
var reUnicodeWhitespaceChar = /^\s/;
73
74
var reFinalSpace = / *$/;
0 commit comments