markdownlint/test/emphasis_style_underscore.md

16 lines
305 B
Markdown

# Emphasis style underscore
This is _fine_
This is *not* {MD049}
Internal emphasis is preserved:
apple*banana*cherry, apple*banana*, *banana*cherry
apple_banana_cherry, apple_banana_, _banana_cherry
<!-- markdownlint-configure-file {
"MD037": false,
"MD049": {
"style": "underscore"
}
} -->