markdownlint/test/mixed-emphasis-markers.md

18 lines
515 B
Markdown
Raw Normal View History

# 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.
2021-10-21 06:42:48 +02:00
This paragraph **nests both __kinds__ of emphasis** marker. {MD050}
This paragraph _nests both *kinds* of emphasis_ marker.
2021-10-21 06:42:48 +02:00
This paragraph _nests both **kinds** of emphasis_ marker. {MD050}
2021-10-21 06:42:48 +02:00
This paragraph __nests both **kinds** of emphasis__ marker. {MD050}