2022-10-15 16:06:20 -07:00
|
|
|
Not a heading {MD041}
|
2016-10-16 21:46:02 -07:00
|
|
|
|
2022-10-15 16:06:20 -07:00
|
|
|
An [empty]() link {MD042}
|
2016-12-22 13:34:18 -08:00
|
|
|
|
2022-10-15 16:06:20 -07:00
|
|
|
An [empty](#) link with fragment {MD042}
|
2017-01-15 15:14:41 -08:00
|
|
|
|
2022-10-15 16:06:20 -07:00
|
|
|
An [empty](<>) link with angle brackets {MD042}
|
2017-11-15 21:44:21 -08:00
|
|
|
|
2022-10-15 16:06:20 -07:00
|
|
|
This is a test file for the MARKDOWNLINT package. {MD044}
|
2017-11-07 21:40:50 -08:00
|
|
|
|
|
|
|
|
This is a paragraph
|
2022-10-15 16:06:20 -07:00
|
|
|
about Markdownlint {MD044}
|
2017-11-07 21:40:50 -08:00
|
|
|
that capitalizes the
|
|
|
|
|
name wrong twice:
|
2022-10-15 16:06:20 -07:00
|
|
|
MarkDownLint. {MD044}
|
2017-11-15 21:44:21 -08:00
|
|
|
|
2022-10-15 16:06:20 -07:00
|
|
|
A [normal](link) and an [empty one]() and a [fragment](#one). {MD042}
|
2017-12-29 17:01:21 -08:00
|
|
|
|
2022-10-15 16:06:20 -07:00
|
|
|
An image without alternate text  {MD045}
|
2019-04-17 14:42:17 -07:00
|
|
|
|
|
|
|
|
```text
|
|
|
|
|
Fenced code
|
|
|
|
|
```
|
|
|
|
|
|
2022-10-15 16:06:20 -07:00
|
|
|
Indented code {MD046}
|
2019-04-05 12:36:12 +02:00
|
|
|
|
2019-10-08 21:10:02 -07:00
|
|
|
~~~text
|
2022-10-15 16:06:20 -07:00
|
|
|
Fenced code {MD048:27}
|
2019-10-08 21:10:02 -07:00
|
|
|
~~~
|
|
|
|
|
|
2022-10-15 16:06:20 -07:00
|
|
|
Mixed *emphasis* on _this_ line *with* multiple _issues_ {MD049}
|
2021-11-19 21:53:33 -08:00
|
|
|
|
2022-10-15 16:06:20 -07:00
|
|
|
Mixed __strong emphasis__ on **this** line __with__ multiple **issues** {MD050}
|
2021-11-19 21:53:33 -08:00
|
|
|
|
|
|
|
|
Inconsistent
|
2022-10-15 16:06:20 -07:00
|
|
|
emphasis _text {MD049}
|
2023-05-25 03:47:34 +00:00
|
|
|
spanning_ many {MD049}
|
2021-11-19 21:53:33 -08:00
|
|
|
lines
|
|
|
|
|
|
|
|
|
|
Inconsistent
|
2022-10-15 16:06:20 -07:00
|
|
|
strong **emphasis {MD050}
|
2023-05-25 03:47:34 +00:00
|
|
|
spanning** many {MD050}
|
2021-11-19 21:53:33 -08:00
|
|
|
lines
|
|
|
|
|
|
2022-10-15 16:06:20 -07:00
|
|
|
Inconsistent _double_ text _interleaved_ text _double_ _interleaved_ emphasis. {MD049}
|
2022-05-03 21:35:31 -07:00
|
|
|
|
2022-10-15 16:06:20 -07:00
|
|
|
Inconsistent **double** text **interleaved** text **double** **interleaved** strong emphasis. {MD050}
|
2022-05-03 21:35:31 -07:00
|
|
|
|
2023-03-15 21:26:22 -07:00
|
|
|
<!-- markdownlint-configure-file {
|
|
|
|
|
"MD013": false,
|
|
|
|
|
"MD043": {
|
|
|
|
|
"headings": [
|
|
|
|
|
"# Heading"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"MD044": {
|
|
|
|
|
"names": [
|
|
|
|
|
"markdownlint"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"MD051": false
|
|
|
|
|
} -->
|
|
|
|
|
|
2022-10-15 16:06:20 -07:00
|
|
|
Missing newline character {MD043} {MD047}
|