2018-03-19 23:39:42 +01:00
|
|
|
Not a heading
|
2016-10-16 21:46:02 -07:00
|
|
|
|
|
|
|
|
An [empty]() link
|
2016-12-22 13:34:18 -08:00
|
|
|
|
2017-01-15 15:14:41 -08:00
|
|
|
An [empty](#) link with fragment
|
|
|
|
|
|
2017-11-15 21:44:21 -08:00
|
|
|
An [empty](<>) link with angle brackets
|
|
|
|
|
|
2016-12-22 13:34:18 -08:00
|
|
|
This is a test file for the MARKDOWNLINT package.
|
2017-11-07 21:40:50 -08:00
|
|
|
|
|
|
|
|
This is a paragraph
|
|
|
|
|
about Markdownlint
|
|
|
|
|
that capitalizes the
|
|
|
|
|
name wrong twice:
|
|
|
|
|
MarkDownLint.
|
2017-11-15 21:44:21 -08:00
|
|
|
|
|
|
|
|
A [normal](link) and an [empty one]() and a [fragment](#one).
|
2017-12-29 17:01:21 -08:00
|
|
|
|
2018-01-06 18:06:32 -08:00
|
|
|
An image without alternate text 
|
2019-04-17 14:42:17 -07:00
|
|
|
|
|
|
|
|
```text
|
|
|
|
|
Fenced code
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Indented code
|
2019-04-05 12:36:12 +02:00
|
|
|
|
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-04-05 12:36:12 +02:00
|
|
|
Missing newline character
|