2025-09-20 22:19:47 -07:00
|
|
|
# Configure File With Severity Name
|
2025-09-18 21:21:12 -07:00
|
|
|
|
|
|
|
Text * text* {MD037}
|
|
|
|
|
|
|
|
Text ` text` {MD038}
|
|
|
|
|
2025-09-20 22:19:47 -07:00
|
|
|
Text [ text](.)
|
2025-09-18 21:21:12 -07:00
|
|
|
|
|
|
|
+ List item {MD004}
|
|
|
|
|
|
|
|
Text (text)[.] {MD011}
|
|
|
|
|
2025-09-20 22:19:47 -07:00
|
|
|
2. List item
|
2025-09-18 21:21:12 -07:00
|
|
|
|
|
|
|
<!-- markdownlint-disable -->
|
|
|
|
|
|
|
|
Text * text*
|
|
|
|
|
|
|
|
Text ` text`
|
|
|
|
|
|
|
|
Text [ text](.)
|
|
|
|
|
|
|
|
+ List item
|
|
|
|
|
|
|
|
Text (text)[.]
|
|
|
|
|
|
|
|
2. List item
|
|
|
|
|
|
|
|
<!-- markdownlint-restore -->
|
|
|
|
|
|
|
|
Text * text* {MD037}
|
|
|
|
|
|
|
|
Text ` text` {MD038}
|
|
|
|
|
2025-09-20 22:19:47 -07:00
|
|
|
Text [ text](.)
|
2025-09-18 21:21:12 -07:00
|
|
|
|
|
|
|
+ List item {MD004}
|
|
|
|
|
|
|
|
Text (text)[.] {MD011}
|
|
|
|
|
2025-09-20 22:19:47 -07:00
|
|
|
2. List item
|
2025-09-18 21:21:12 -07:00
|
|
|
|
|
|
|
<!-- markdownlint-configure-file {
|
|
|
|
"default": false,
|
|
|
|
"MD037": "error",
|
2025-09-20 22:19:47 -07:00
|
|
|
"MD038": "warning",
|
|
|
|
"MD039": false,
|
2025-09-18 21:21:12 -07:00
|
|
|
"MD004": {
|
|
|
|
"severity": "error",
|
|
|
|
"style": "dash"
|
|
|
|
},
|
|
|
|
"MD011": {
|
2025-09-20 22:19:47 -07:00
|
|
|
"severity": "warning"
|
2025-09-18 21:21:12 -07:00
|
|
|
},
|
|
|
|
"MD029": {
|
2025-09-20 22:19:47 -07:00
|
|
|
"severity": "off"
|
2025-09-18 21:21:12 -07:00
|
|
|
}
|
|
|
|
} -->
|