1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-07-17 01:32:21 +02:00

Update example.markdownlint-cli2.jsonc

This commit is contained in:
Ivan Savenko
2025-05-15 12:10:29 +03:00
committed by GitHub
parent 29fc817579
commit cedb577b5c

View File

@ -272,7 +272,10 @@
}, },
// MD058 - Tables should be surrounded by blank lines // MD058 - Tables should be surrounded by blank lines
"MD058" : true "MD058" : true,
// MD059 - Link text should be descriptive
"MD059" : false
} }
} }