markdownlint/test/emphasis_style_underscore.md

27 lines
417 B
Markdown
Raw Permalink Normal View History

2021-10-24 06:54:58 +02:00
# Emphasis style underscore
_This_ is fine
This _is_ fine
2021-10-24 06:54:58 +02:00
This is _fine_
*This* is not
This *is* not
This is *not*
{MD049:-2} {MD049:-4} {MD049:-6}
Internal emphasis is preserved:
apple*banana*cherry, apple*banana*, *banana*cherry
apple_banana_cherry, apple_banana_, _banana_cherry
<!-- markdownlint-configure-file {
"no-space-in-emphasis": false,
"emphasis-style": {
"style": "underscore"
}
} -->