Make markdown synchronous and add ability to toggle TOC

This commit is contained in:
thiloho
2024-08-24 20:34:06 +02:00
parent 3c49d1e2f3
commit 891cdb46c8
7 changed files with 43 additions and 33 deletions

View File

@@ -30,3 +30,7 @@ footer {
flex-direction: column;
gap: var(--space-xs);
}
.table-of-contents {
margin-block-end: var(--space-s);
}