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 a34bbb9 commit 791402dCopy full SHA for 791402d
lib/unsafe.js
@@ -82,7 +82,7 @@ module.exports = [
82
// A backslash can start an escape (when followed by punctuation) or a
83
// hard break (when followed by an eol).
84
{character: '\\', after: '[!-/:-@[-`{-~]'},
85
- {character: '\\', after: '[\r\n]', inConstruct: 'phrasing'},
+ {character: '\\', after: '[\\r\\n]', inConstruct: 'phrasing'},
86
// A right bracket can exit labels.
87
{
88
character: ']',
0 commit comments