markdownlint/test/strong_style_asterisk.md

26 lines
400 B
Markdown
Raw Permalink Normal View History

2021-10-21 06:42:48 +02:00
# Strong style asterisk
**This** is fine
This **is** fine
2021-10-21 06:42:48 +02:00
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"
}
} -->