markdownlint/test/emphasis_style_asterisk.md

27 lines
413 B
Markdown
Raw Permalink Normal View History

2021-10-24 06:54:58 +02:00
# Emphasis style asterisk
*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": "asterisk"
}
} -->