We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa26c58 commit 1d6a332Copy full SHA for 1d6a332
web_src/js/markup/katex.js
@@ -13,7 +13,6 @@ function displayError(el, err) {
13
target.before(errorNode);
14
}
15
16
-// eslint-disable-next-line import/no-unused-modules
17
export async function renderMath() {
18
const els = document.querySelectorAll('.markup code.language-math');
19
if (!els.length) return;
0 commit comments