2019-09-16 21:48:34 -07:00
|
|
|
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 
|
|
|
|
|
|
|
|
|
|
```text
|
|
|
|
|
Fenced code
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Indented code
|
|
|
|
|
|
2019-10-08 21:10:02 -07:00
|
|
|
~~~text
|
|
|
|
|
Fenced code
|
|
|
|
|
~~~
|
|
|
|
|
|
2021-11-28 23:18:57 -08:00
|
|
|
Mixed *emphasis* on *this* line *with* multiple *issues*
|
2021-11-19 21:53:33 -08:00
|
|
|
|
2021-11-28 23:18:57 -08:00
|
|
|
Mixed __strong emphasis__ on __this__ line __with__ multiple __issues__
|
2021-11-19 21:53:33 -08:00
|
|
|
|
|
|
|
|
Inconsistent
|
|
|
|
|
emphasis _text
|
|
|
|
|
spanning_ many
|
|
|
|
|
lines
|
|
|
|
|
|
|
|
|
|
Inconsistent
|
|
|
|
|
strong **emphasis
|
|
|
|
|
spanning** many
|
|
|
|
|
lines
|
|
|
|
|
|
2019-09-16 21:48:34 -07:00
|
|
|
Missing newline character
|