Skip to content
This repository was archived by the owner on Nov 23, 2021. It is now read-only.

Commit 30d9989

Browse files
committed
Update
1 parent f6f14b6 commit 30d9989

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

docs/how_do_i_use_ditto.md

+13-12
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,19 @@ snippet and save it as `index.html`
4444

4545
<!-- MATHJAX -->
4646
<script type="text/x-mathjax-config">
47-
jax: ["input/TeX", "output/HTML-CSS"],
48-
MathJax.Hub.Config({
49-
tex2jax: {
50-
inlineMath: [['$','$']],
51-
processRefs: true
52-
},
53-
TeX: {
54-
equationNumbers: {
55-
autoNumber: "all",
56-
formatID: function(id) { return null },
57-
formatURL: function(id) { return null }
58-
}
47+
{
48+
jax: ["input/TeX", "output/HTML-CSS"],
49+
MathJax.Hub.Config({
50+
tex2jax: {
51+
inlineMath: [['$','$']],
52+
processRefs: true
53+
},
54+
TeX: {
55+
equationNumbers: {
56+
autoNumber: "all",
57+
formatID: function(id) { return null },
58+
formatURL: function(id) { return null }
59+
}
5960
}
6061
});
6162
</script>

templates/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
<!-- MATHJAX -->
1818
<script type="text/x-mathjax-config">
19-
jax: ["input/TeX", "output/HTML-CSS"],
2019
MathJax.Hub.Config({
2120
tex2jax: {
2221
inlineMath: [['$','$']],

0 commit comments

Comments
 (0)