Add test scenario for rule violations after a multi-line code span.

This commit is contained in:
David Anson 2022-06-13 23:11:53 -07:00
parent 28b273e798
commit f284233f9a
3 changed files with 172 additions and 0 deletions

21
test/emphasis-markers.md Normal file
View file

@ -0,0 +1,21 @@
# Emphasis Markers
Text to _set_ the **preferences**.
This is *bad* {MD049}
This `is
also` *bad* {MD049}
This `is
also
very` *bad* {MD049}
This is __bad__ {MD050}
This `is
also` __bad__ {MD050}
This `is
also
very` __bad__ {MD050}