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

49 lines
869 B
Text

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).
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
Inconsistent *double* text *interleaved* text *double* *interleaved* emphasis.
Inconsistent __double__ text __interleaved__ text __double__ __interleaved__ strong emphasis.
Missing newline character