markdownlint/test/mixed-emphasis-markers.md

20 lines
597 B
Markdown
Raw Permalink Normal View History

# Mixed Emphasis Markers
2021-10-24 06:54:58 +02:00
This paragraph *uses* both _kinds_ of emphasis marker. {MD049}
2021-10-24 06:54:58 +02:00
This paragraph _uses_ both *kinds* of emphasis marker. {MD049}
2021-10-24 06:54:58 +02:00
This paragraph *nests both _kinds_ of emphasis* marker. {MD049}
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-24 06:54:58 +02:00
This paragraph _nests both *kinds* of emphasis_ marker. {MD049}
2021-10-24 06:54:58 +02:00
This paragraph _nests both **kinds** of emphasis_ marker. {MD049} {MD050}
2021-10-21 06:42:48 +02:00
This paragraph __nests both **kinds** of emphasis__ marker. {MD050}
<!-- markdownlint-disable-file MD037 -->