mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-20 20:14:07 +01:00
Update MD040/fenced-code-language to add language_only parameter to reject extra data in info string.
This commit is contained in:
parent
718de432f3
commit
72439f42c6
13 changed files with 176 additions and 1 deletions
6
test/md040-language_only.json
Normal file
6
test/md040-language_only.json
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"MD040": {
|
||||
"allowed_languages": ["html", "css"],
|
||||
"language_only": true
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue