mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
16 lines
301 B
Markdown
16 lines
301 B
Markdown
# Emphasis style asterisk
|
|
|
|
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": "asterisk"
|
|
}
|
|
} -->
|