Skip to content

Commit d1874d3

Browse files
committed
bump MathJax again
1 parent d4f4943 commit d1874d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

knowledge_repo/app/templates/markdown-presentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
});
3636
</script>
3737
<script type="text/javascript"
38-
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js">
38+
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.8/MathJax.js">
3939
</script>
4040
<script>
4141
$(".btn-presentation").addClass("btn-active");

knowledge_repo/app/templates/markdown-rendered.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h2> {{ comments | length }} Comments </h2>
108108
});
109109
</script>
110110
<script type="text/javascript"
111-
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js">
111+
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.8/MathJax.js">
112112
</script>
113113

114114
<script>

knowledge_repo/app/templates/post_editor_base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ <h2> {{ comments | length }} Comments </h2>
560560
});
561561
</script>
562562
<script type="text/javascript"
563-
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js">
563+
src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.8/MathJax.js">
564564
</script>
565565

566566
{% endblock %}

0 commit comments

Comments
 (0)