Compare commits

...

2 commits

Author SHA1 Message Date
533822895a
Fix code block size
All checks were successful
Build and deploy site / Build and deploy site (push) Successful in 23s
2024-08-22 23:01:12 +03:00
0e80dbfb84
Enable TOC 2024-08-22 22:53:55 +03:00
3 changed files with 11 additions and 6 deletions

View file

@ -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;
}

View file

@ -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

View file

@ -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