markdownlint/test/MD041-MD050.md

64 lines
1.2 KiB
Markdown
Raw Normal View History

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}
2017-12-29 17:01:21 -08:00
An image without alternate text ![](image.jpg) {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 {MD049}
lines
Inconsistent
strong **emphasis {MD050}
spanning** many {MD050}
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}