feat: add katex math typesetting

This commit is contained in:
Henk Verlinde
2021-03-16 15:14:45 +01:00
parent ee9b8983c4
commit 253b938a2e
72 changed files with 159 additions and 4 deletions

View File

@ -223,3 +223,7 @@ body {
-webkit-text-fill-color: transparent;
-moz-text-fill-color: transparent;
}
.katex {
font-size: $font-size-md;
}