mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
18 lines
491 B
Markdown
18 lines
491 B
Markdown
![]() |
# Mixed Emphasis Markers
|
||
|
|
||
|
This paragraph *uses* both _kinds_ of emphasis marker.
|
||
|
|
||
|
This paragraph _uses_ both *kinds* of emphasis marker.
|
||
|
|
||
|
This paragraph *nests both _kinds_ of emphasis* marker.
|
||
|
|
||
|
This paragraph *nests both __kinds__ of emphasis* marker.
|
||
|
|
||
|
This paragraph **nests both __kinds__ of emphasis** marker.
|
||
|
|
||
|
This paragraph _nests both *kinds* of emphasis_ marker.
|
||
|
|
||
|
This paragraph _nests both **kinds** of emphasis_ marker.
|
||
|
|
||
|
This paragraph __nests both **kinds** of emphasis__ marker.
|