katex-plugin: fix #6041 add automatic numbering reset to KaTex style-sheet (#6046)

* katex-plugin: fix #6041 add automatic numbering reset to KaTex style-sheet

* fix typo
This commit is contained in:
Mario Pietsch 2021-09-18 10:45:17 +02:00 committed by GitHub
parent 33a82e395e
commit d0dec741ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -13,10 +13,16 @@ tags: [[$:/tags/Stylesheet]]
text-rendering: auto;
}
/* Reset Automatic Numbering on a per tiddler basis */
.tc-tiddler-frame {
counter-reset: katexEqnNo;
}
/* Avoid TW5's max-width: 100% */
.katex svg {
max-width: initial;
max-width: initial;
}
/* Override font URLs */