mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
15 lines
297 B
Markdown
15 lines
297 B
Markdown
# Strong style asterisk
|
|
|
|
This is **fine**
|
|
|
|
This is __not__ {MD050}
|
|
|
|
Internal emphasis is preserved:
|
|
apple**banana**cherry, apple**banana**, **banana**cherry
|
|
apple__banana__cherry, apple__banana__, __banana__cherry
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"MD050": {
|
|
"style": "asterisk"
|
|
}
|
|
} -->
|