mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-11 18:00:26 +00:00
* katex-plugin: fix #6041 add automatic numbering reset to KaTex style-sheet * fix typo
This commit is contained in:
parent
33a82e395e
commit
d0dec741ad
@ -13,6 +13,12 @@ tags: [[$:/tags/Stylesheet]]
|
|||||||
text-rendering: auto;
|
text-rendering: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Reset Automatic Numbering on a per tiddler basis */
|
||||||
|
|
||||||
|
.tc-tiddler-frame {
|
||||||
|
counter-reset: katexEqnNo;
|
||||||
|
}
|
||||||
|
|
||||||
/* Avoid TW5's max-width: 100% */
|
/* Avoid TW5's max-width: 100% */
|
||||||
|
|
||||||
.katex svg {
|
.katex svg {
|
||||||
|
Loading…
Reference in New Issue
Block a user