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 e656753 commit f74bffbCopy full SHA for f74bffb
lib/lexer_mdx.mll
@@ -16,7 +16,7 @@ let labels l =
16
failwith msg
17
}
18
19
-let eol = '\n' | '\r' '\n' | eof
+let eol = '\n' | "\r\n" | eof
20
let ws = [' ' '\t']
21
22
let until_eol = [^'\n' '\r']
0 commit comments