mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-26 18:48:48 +01:00
11 lines
154 B
Markdown
11 lines
154 B
Markdown
# Strong style underscore
|
|
|
|
This is __fine__
|
|
|
|
This is **not** {MD050}
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"MD050": {
|
|
"style": "underscore"
|
|
}
|
|
} -->
|