mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Add ESLint plugin eslint-plugin-regexp, enable recommended rules, apply all automated fixes (refs #657).
This commit is contained in:
parent
c346e0dbac
commit
6b01a98363
15 changed files with 41 additions and 34 deletions
|
@ -568,7 +568,7 @@ test("customFrontMatter", (t) => new Promise((resolve) => {
|
|||
"strings": {
|
||||
"content": "<head>\n\t\n</head>\n# Heading\n"
|
||||
},
|
||||
"frontMatter": /<head>[^]*<\/head>/,
|
||||
"frontMatter": /<head>[\s\S]*<\/head>/,
|
||||
"config": {
|
||||
"default": false,
|
||||
"MD010": true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue