Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
RasperRevision authored Jul 2, 2024
1 parent 9df3643 commit 3241347
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions maths/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<script type="text/javascript" id="MathJax-script" async
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/3.0.0/es5/latest?tex-mml-chtml.js">
</script>
<script>
MathJax = {
tex: {
inlineMath: [['$', '$'], ['\\(', '\\)']]
}
};
</script>

0 comments on commit 3241347

Please sign in to comment.