mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-11 14:25:35 -04:00
Reformat MathJax example
This commit is contained in:
parent
cea44922a5
commit
fe4c86ec42
@ -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 >}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user