markdownlint/test/strong_style_underscore.md

26 lines
404 B
Markdown
Raw Normal View History

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