Reformat MathJax example

This commit is contained in:
Joe Mooring 2025-01-29 20:55:43 -08:00 committed by GitHub
parent cea44922a5
commit fe4c86ec42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,7 +106,9 @@ Create a partial template to load MathJax or KaTeX. The example below loads Math
displayMath: [['\\[', '\\]'], ['$$', '$$']], // block displayMath: [['\\[', '\\]'], ['$$', '$$']], // block
inlineMath: [['\\(', '\\)']] // inline inlineMath: [['\\(', '\\)']] // inline
}, },
loader: {load: ['ui/safe']}, loader:{
load: ['ui/safe']
},
}; };
</script> </script>
{{< /code >}} {{< /code >}}