Skip to content

Commit 4137e21

Browse files
author
Clément
committed
Clarified title level with markdown.
1 parent 570d6ae commit 4137e21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

md_version/main.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Markdown only
8181

8282
## Title Levels
8383

84-
As indicated in the koma-script manual, the class `scrbook` that is used for this document has access to 6 levels of titles:
84+
As indicated in the [Section 3.6 of the koma-script manual](https://mirror.las.iastate.edu/tex-archive/macros/latex/contrib/koma-script/doc/scrguide-en.pdf#section.3.16), the `scrbook` class that is used for this document has access to 6 levels of titles:
8585

8686
```
8787
\chapter{Test}
@@ -95,7 +95,7 @@ As indicated in the koma-script manual, the class `scrbook` that is used for thi
9595
Only Chapters, Sections and Subsections will appear in the table of contents, by design.
9696

9797
Markdown only
98-
~ Note that pandoc's `#` corresponds to Chapter, and that increasing the number of `#` increases the level of heading.
98+
~ pandoc follows the [ATX heading](https://spec.commonmark.org/0.31.2/#atx-heading) convention, and has `#` correspond to Chapter, and that increasing the number of `#` increases the level of heading.
9999

100100
### Subsection
101101

0 commit comments

Comments
 (0)