mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-21 21:30:47 +02:00
31 lines
459 B
Text
31 lines
459 B
Text
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
|
|
|
|
~~~text
|
|
Fenced code
|
|
~~~
|
|
|
|
Missing newline character
|