mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-01-22 15:06:13 +01:00
49 lines
No EOL
1,023 B
Markdown
49 lines
No EOL
1,023 B
Markdown
Not a heading {MD041}
|
|
|
|
An [empty]() link {MD042}
|
|
|
|
An [empty](#) link with fragment {MD042}
|
|
|
|
An [empty](<>) link with angle brackets {MD042}
|
|
|
|
This is a test file for the MARKDOWNLINT package. {MD044}
|
|
|
|
This is a paragraph
|
|
about Markdownlint {MD044}
|
|
that capitalizes the
|
|
name wrong twice:
|
|
MarkDownLint. {MD044}
|
|
|
|
A [normal](link) and an [empty one]() and a [fragment](#one). {MD042}
|
|
|
|
An image without alternate text  {MD045}
|
|
|
|
```text
|
|
Fenced code
|
|
```
|
|
|
|
Indented code {MD046}
|
|
|
|
~~~text
|
|
Fenced code {MD048:27}
|
|
~~~
|
|
|
|
Mixed *emphasis* on _this_ line *with* multiple _issues_ {MD049}
|
|
|
|
Mixed __strong emphasis__ on **this** line __with__ multiple **issues** {MD050}
|
|
|
|
Inconsistent
|
|
emphasis _text {MD049}
|
|
spanning_ many
|
|
lines
|
|
|
|
Inconsistent
|
|
strong **emphasis {MD050}
|
|
spanning** many
|
|
lines
|
|
|
|
Inconsistent _double_ text _interleaved_ text _double_ _interleaved_ emphasis. {MD049}
|
|
|
|
Inconsistent **double** text **interleaved** text **double** **interleaved** strong emphasis. {MD050}
|
|
|
|
Missing newline character {MD043} {MD047} |