mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-11 02:24:40 -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
|
||||
inlineMath: [['\\(', '\\)']] // inline
|
||||
},
|
||||
loader: {load: ['ui/safe']},
|
||||
loader:{
|
||||
load: ['ui/safe']
|
||||
},
|
||||
};
|
||||
</script>
|
||||
{{< /code >}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user