mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 05:50:13 +01:00
45 lines
694 B
Text
45 lines
694 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
|
|
~~~
|
|
|
|
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
|
|
|
|
Missing newline character
|