mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
25 lines
400 B
Markdown
25 lines
400 B
Markdown
# Strong style asterisk
|
|
|
|
**This** is fine
|
|
|
|
This **is** fine
|
|
|
|
This is **fine**
|
|
|
|
__This__ is not
|
|
|
|
This __is__ not
|
|
|
|
This is __not__
|
|
|
|
{MD050:-2} {MD050:-4} {MD050:-6}
|
|
|
|
Internal emphasis is preserved:
|
|
apple**banana**cherry, apple**banana**, **banana**cherry
|
|
apple__banana__cherry, apple__banana__, __banana__cherry
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"strong-style": {
|
|
"style": "asterisk"
|
|
}
|
|
} -->
|