Compare commits
2 commits
b6d38e79e9
...
533822895a
Author | SHA1 | Date | |
---|---|---|---|
533822895a | |||
0e80dbfb84 |
3 changed files with 11 additions and 6 deletions
|
@ -8,3 +8,8 @@ pre:has(code) {
|
|||
table {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
// Fix code block size with asciidoctor
|
||||
.content {
|
||||
min-height: unset !important;
|
||||
}
|
||||
|
|
|
@ -5,9 +5,9 @@ backend = "html5"
|
|||
|
||||
[asciidocExt.attributes]
|
||||
source-highlighter = "rouge"
|
||||
# toc = true
|
||||
toc = true
|
||||
|
||||
# [tableOfContents]
|
||||
# startLevel = 1
|
||||
# endLevel = 6
|
||||
# ordered = false
|
||||
[tableOfContents]
|
||||
startLevel = 1
|
||||
endLevel = 6
|
||||
ordered = false
|
||||
|
|
|
@ -14,7 +14,7 @@ inverted = "/images/marko.jpeg"
|
|||
favicon = "/favicon.png"
|
||||
|
||||
[features.toc]
|
||||
enable = false
|
||||
enable = true
|
||||
|
||||
[features.flags]
|
||||
enable = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue