markdownlint/test/detailed-results-MD041-MD050.md

45 lines
693 B
Markdown
Raw Normal View History

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).
2017-12-29 17:01:21 -08:00
An image without alternate text ![](image.jpg)
```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