mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
19 lines
597 B
Markdown
19 lines
597 B
Markdown
# Mixed Emphasis Markers
|
|
|
|
This paragraph *uses* both _kinds_ of emphasis marker. {MD049}
|
|
|
|
This paragraph _uses_ both *kinds* of emphasis marker. {MD049}
|
|
|
|
This paragraph *nests both _kinds_ of emphasis* marker. {MD049}
|
|
|
|
This paragraph *nests both __kinds__ of emphasis* marker.
|
|
|
|
This paragraph **nests both __kinds__ of emphasis** marker. {MD050}
|
|
|
|
This paragraph _nests both *kinds* of emphasis_ marker. {MD049}
|
|
|
|
This paragraph _nests both **kinds** of emphasis_ marker. {MD049} {MD050}
|
|
|
|
This paragraph __nests both **kinds** of emphasis__ marker. {MD050}
|
|
|
|
<!-- markdownlint-disable-file MD037 -->
|