mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-18 06:50:12 +01:00
4 lines
56 B
JavaScript
4 lines
56 B
JavaScript
|
|
"use strict";
|
||
|
|
|
||
|
|
module.exports.newLineRe = /\r\n|\r|\n/;
|