mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
45 lines
No EOL
693 B
Markdown
45 lines
No EOL
693 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 
|
|
|
|
```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 |