mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-12-16 14:00:13 +01:00
64 lines
No EOL
1.2 KiB
Markdown
64 lines
No EOL
1.2 KiB
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}
|
|
|
|
<!-- markdownlint-configure-file {
|
|
"MD013": false,
|
|
"MD043": {
|
|
"headings": [
|
|
"# Heading"
|
|
]
|
|
},
|
|
"MD044": {
|
|
"names": [
|
|
"markdownlint"
|
|
]
|
|
},
|
|
"MD051": false
|
|
} -->
|
|
|
|
Missing newline character {MD043} {MD047} |