1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-09-02 03:03:03 +02:00

audit fix and rebuild after merge

This commit is contained in:
Hakim El Hattab
2025-02-18 11:46:55 +01:00
parent 1b075c8aa8
commit 659303e7bb
6 changed files with 878 additions and 794 deletions

View File

@@ -8,7 +8,7 @@ const M = () => {
{ left: "\\(", right: "\\)", display: !1 },
{ left: "\\[", right: "\\]", display: !0 }
],
ignoredTags: ["script", "noscript", "style", "textarea", "pre"]
ignoredTags: ["script", "noscript", "style", "textarea", "pre", "code"]
};
const r = (t) => {
let e = document.createElement("link");
@@ -42,7 +42,7 @@ const M = () => {
messageStyle: "none",
tex2jax: {
inlineMath: [["$", "$"], ["\\(", "\\)"]],
skipTags: ["script", "noscript", "style", "textarea", "pre"]
skipTags: ["script", "noscript", "style", "textarea", "pre", "code"]
},
skipStartupTypeset: !0
};
@@ -74,7 +74,7 @@ const M = () => {
inlineMath: [["$", "$"], ["\\(", "\\)"]]
},
options: {
skipHtmlTags: ["script", "noscript", "style", "textarea", "pre"]
skipHtmlTags: ["script", "noscript", "style", "textarea", "pre", "code"]
},
startup: {
ready: () => {