Remove unnecessary line

This commit is contained in:
Yoni 2021-09-18 06:53:45 +03:00
parent 81f02ab592
commit 2f357adafc
1 changed files with 0 additions and 1 deletions

View File

@ -457,7 +457,6 @@
// ============================= katex =============================
if (lib && lib.includes('katex')) {
var mathElements = document.getElementsByClassName('math');
var options = {
delimiters: [
{ left: "$$", right: "$$", display: true },