mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 10:21:46 +01:00
fix: KaTeX may render contents in gist under certain conditions (#755)
add gist to katex's ignoredClasses
This commit is contained in:
parent
4272da7ee4
commit
cb42d2041f
1 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
{ left: "$", right: "$", display: false },
|
||||
{ left: "\\(", right: "\\)", display: false },
|
||||
{ left: "\\[", right: "\\]", display: true }
|
||||
]
|
||||
],
|
||||
ignoredClasses: ["gist"]
|
||||
});})
|
||||
</script>
|
Loading…
Reference in a new issue