mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
Update documentation for MD023/heading-start-left to include "indented" example within block quote (fixes #1009).
This commit is contained in:
parent
1ef90f4214
commit
5950e4481a
3 changed files with 21 additions and 0 deletions
|
@ -14,5 +14,12 @@ Some text
|
||||||
# Heading
|
# Heading
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note that scenarios like block quotes "indent" the start of the line, so the
|
||||||
|
following is also correct:
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> # Heading in Block Quote
|
||||||
|
```
|
||||||
|
|
||||||
Rationale: Headings that don't start at the beginning of the line will not be
|
Rationale: Headings that don't start at the beginning of the line will not be
|
||||||
parsed as headings, and will instead appear as regular text.
|
parsed as headings, and will instead appear as regular text.
|
||||||
|
|
|
@ -875,6 +875,13 @@ Some text
|
||||||
# Heading
|
# Heading
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note that scenarios like block quotes "indent" the start of the line, so the
|
||||||
|
following is also correct:
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> # Heading in Block Quote
|
||||||
|
```
|
||||||
|
|
||||||
Rationale: Headings that don't start at the beginning of the line will not be
|
Rationale: Headings that don't start at the beginning of the line will not be
|
||||||
parsed as headings, and will instead appear as regular text.
|
parsed as headings, and will instead appear as regular text.
|
||||||
|
|
||||||
|
|
|
@ -22,5 +22,12 @@ Some text
|
||||||
# Heading
|
# Heading
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Note that scenarios like block quotes "indent" the start of the line, so the
|
||||||
|
following is also correct:
|
||||||
|
|
||||||
|
```markdown
|
||||||
|
> # Heading in Block Quote
|
||||||
|
```
|
||||||
|
|
||||||
Rationale: Headings that don't start at the beginning of the line will not be
|
Rationale: Headings that don't start at the beginning of the line will not be
|
||||||
parsed as headings, and will instead appear as regular text.
|
parsed as headings, and will instead appear as regular text.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue