markdownlint/test/strong_style_underscore.md

16 lines
301 B
Markdown
Raw Normal View History

2021-10-21 06:42:48 +02:00
# Strong style underscore
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": "underscore"
}
} -->