2021-10-24 06:54:58 +02:00
|
|
|
# Emphasis style asterisk
|
|
|
|
|
2024-02-19 15:41:10 -08:00
|
|
|
*This* is fine
|
|
|
|
|
|
|
|
This *is* fine
|
|
|
|
|
2021-10-24 06:54:58 +02:00
|
|
|
This is *fine*
|
|
|
|
|
2024-02-19 15:41:10 -08:00
|
|
|
_This_ is not
|
|
|
|
|
|
|
|
This _is_ not
|
|
|
|
|
|
|
|
This is _not_
|
|
|
|
|
|
|
|
{MD049:-2} {MD049:-4} {MD049:-6}
|
2023-03-15 21:26:22 -07:00
|
|
|
|
2023-05-25 02:38:18 +00:00
|
|
|
Internal emphasis is preserved:
|
|
|
|
apple*banana*cherry, apple*banana*, *banana*cherry
|
|
|
|
apple_banana_cherry, apple_banana_, _banana_cherry
|
|
|
|
|
2023-03-15 21:26:22 -07:00
|
|
|
<!-- markdownlint-configure-file {
|
2023-07-28 14:33:03 +10:00
|
|
|
"no-space-in-emphasis": false,
|
|
|
|
"emphasis-style": {
|
2023-03-15 21:26:22 -07:00
|
|
|
"style": "asterisk"
|
|
|
|
}
|
|
|
|
} -->
|