Skip to content

Commit

Permalink
Reformat MathJax example
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring authored Jan 30, 2025
1 parent cea4492 commit fe4c86e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion content/en/content-management/mathematics.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 >}}
Expand Down

0 comments on commit fe4c86e

Please sign in to comment.