mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-02-21 20:34:07 +01:00
Update MD040/fenced-code-language to add allowed_languages parameter (fixes #610).
This commit is contained in:
parent
c333976a44
commit
01ba757d3a
12 changed files with 199 additions and 9 deletions
5
test/md040-allowed_languages.json
Normal file
5
test/md040-allowed_languages.json
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"MD040": {
|
||||
"allowed_languages": ["js", "scss", "md", "TS"]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue