2025-09-22 21:39:09 -07:00
|
|
|
# Configure File With Severity Tag
|
2025-09-18 21:21:12 -07:00
|
|
|
|
|
|
|
|
Text * text* {MD037}
|
|
|
|
|
|
|
|
|
|
Text ` text` {MD038}
|
|
|
|
|
|
|
|
|
|
Text [ text](.) {MD039}
|
|
|
|
|
|
2025-09-22 21:39:09 -07:00
|
|
|
+ List item
|
2025-09-18 21:21:12 -07:00
|
|
|
|
|
|
|
|
Text (text)[.] {MD011}
|
|
|
|
|
|
|
|
|
|
2. List item {MD029}
|
|
|
|
|
|
|
|
|
|
<!-- markdownlint-disable -->
|
|
|
|
|
|
|
|
|
|
Text * text*
|
|
|
|
|
|
|
|
|
|
Text ` text`
|
|
|
|
|
|
|
|
|
|
Text [ text](.)
|
|
|
|
|
|
|
|
|
|
+ List item
|
|
|
|
|
|
|
|
|
|
Text (text)[.]
|
|
|
|
|
|
|
|
|
|
2. List item
|
|
|
|
|
|
|
|
|
|
<!-- markdownlint-restore -->
|
|
|
|
|
|
|
|
|
|
Text * text* {MD037}
|
|
|
|
|
|
|
|
|
|
Text ` text` {MD038}
|
|
|
|
|
|
|
|
|
|
Text [ text](.) {MD039}
|
|
|
|
|
|
2025-09-22 21:39:09 -07:00
|
|
|
+ List item
|
2025-09-18 21:21:12 -07:00
|
|
|
|
|
|
|
|
Text (text)[.] {MD011}
|
|
|
|
|
|
|
|
|
|
2. List item {MD029}
|
|
|
|
|
|
|
|
|
|
<!-- markdownlint-configure-file {
|
|
|
|
|
"default": false,
|
2025-09-22 21:39:09 -07:00
|
|
|
"emphasis": "error",
|
|
|
|
|
"code": "warning",
|
|
|
|
|
"bullet": false,
|
|
|
|
|
"links": "warning",
|
|
|
|
|
"ol": "error"
|
2025-09-18 21:21:12 -07:00
|
|
|
} -->
|