Fix KaTeX equation numbering in notebook preview (#156276)

Fixes https://github.com/microsoft/vscode/issues/155888
This commit is contained in:
Ping 2022-11-02 16:09:32 +08:00 committed by GitHub
parent ad94ce6435
commit 7fbec6dcc9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,6 +33,9 @@ export async function activate(ctx: RendererContext<void>) {
.katex-error {
color: var(--vscode-editorError-foreground);
}
.katex-block {
counter-reset: katexEqnNo mmlEqnNo;
}
`;
// Put Everything into a template