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 {
|
table {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Fix code block size with asciidoctor
|
||||||
|
.content {
|
||||||
|
min-height: unset !important;
|
||||||
|
}
|
||||||
|
|
|
@ -5,9 +5,9 @@ backend = "html5"
|
||||||
|
|
||||||
[asciidocExt.attributes]
|
[asciidocExt.attributes]
|
||||||
source-highlighter = "rouge"
|
source-highlighter = "rouge"
|
||||||
# toc = true
|
toc = true
|
||||||
|
|
||||||
# [tableOfContents]
|
[tableOfContents]
|
||||||
# startLevel = 1
|
startLevel = 1
|
||||||
# endLevel = 6
|
endLevel = 6
|
||||||
# ordered = false
|
ordered = false
|
||||||
|
|
|
@ -14,7 +14,7 @@ inverted = "/images/marko.jpeg"
|
||||||
favicon = "/favicon.png"
|
favicon = "/favicon.png"
|
||||||
|
|
||||||
[features.toc]
|
[features.toc]
|
||||||
enable = false
|
enable = true
|
||||||
|
|
||||||
[features.flags]
|
[features.flags]
|
||||||
enable = true
|
enable = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue