2021-10-21 06:42:48 +02:00
|
|
|
# Strong style asterisk
|
|
|
|
|
2024-02-19 15:41:10 -08:00
|
|
|
**This** is fine
|
|
|
|
|
|
|
|
This **is** fine
|
|
|
|
|
2021-10-21 06:42:48 +02:00
|
|
|
This is **fine**
|
|
|
|
|
2024-02-19 15:41:10 -08:00
|
|
|
__This__ is not
|
|
|
|
|
|
|
|
This __is__ not
|
|
|
|
|
|
|
|
This is __not__
|
|
|
|
|
|
|
|
{MD050:-2} {MD050:-4} {MD050:-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
|
|
|
"strong-style": {
|
2023-03-15 21:26:22 -07:00
|
|
|
"style": "asterisk"
|
|
|
|
}
|
|
|
|
} -->
|