You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: md_version/main.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@ Markdown only
81
81
82
82
## Title Levels
83
83
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:
85
85
86
86
```
87
87
\chapter{Test}
@@ -95,7 +95,7 @@ As indicated in the koma-script manual, the class `scrbook` that is used for thi
95
95
Only Chapters, Sections and Subsections will appear in the table of contents, by design.
96
96
97
97
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.
0 commit comments