markdownlint/test/MD041-MD050.md

49 lines
No EOL
868 B
Markdown

Not a heading
An [empty]() link
An [empty](#) link with fragment
An [empty](<>) link with angle brackets
This is a test file for the MARKDOWNLINT package.
This is a paragraph
about Markdownlint
that capitalizes the
name wrong twice:
MarkDownLint.
A [normal](link) and an [empty one]() and a [fragment](#one).
An image without alternate text ![](image.jpg)
```text
Fenced code
```
Indented code
~~~text
Fenced code
~~~
Mixed *emphasis* on _this_ line *with* multiple _issues_
Mixed __strong emphasis__ on **this** line __with__ multiple **issues**
Inconsistent
emphasis _text
spanning_ many
lines
Inconsistent
strong **emphasis
spanning** many
lines
Inconsistent _double_ text _interleaved_ text _double_ _interleaved_ emphasis.
Inconsistent **double** text **interleaved** text **double** **interleaved** strong emphasis.
Missing newline character