mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-10 01:48:50 +01:00
11 lines
150 B
Markdown
11 lines
150 B
Markdown
# Strong style asterisk
|
|
|
|
This is **fine**
|
|
|
|
This is __not__ {MD050}
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"MD050": {
|
|
"style": "asterisk"
|
|
}
|
|
} -->
|