mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore(docs): fix crlf (#4828)
This commit is contained in:
parent
2cb5770183
commit
dc25173ae3
@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
function normalizeLines(content) {
|
||||
const inLines = content.split('\n');
|
||||
const inLines = content.replace(/\r\n/g, '\n').split('\n');
|
||||
let inCodeBlock = false;
|
||||
const outLines = [];
|
||||
let outLineTokens = [];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user