Skip to content

Commit

Permalink
one more time :)
Browse files Browse the repository at this point in the history
  • Loading branch information
glipR committed Dec 28, 2023
1 parent 08db5f8 commit a24534e
Showing 1 changed file with 4 additions and 17 deletions.
21 changes: 4 additions & 17 deletions _includes/js-selector.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,25 +24,12 @@
{% if page.math %}
<!-- MathJax -->
<script type="text/x-mathjax-config">
// see: <https://docs.mathjax.org/en/latest/options/input/tex.html#tex-options>
MathJax = {
tex: {
inlineMath: [ // start/end delimiter pairs for in-line math
['$','$'],
['\\(','\\)']
],
displayMath: [ // start/end delimiter pairs for display math
['$$', '$$'],
['\\[', '\\]']
],
processEscapes: true
}
};
MathJax.Hub.Config({
tex2jax: { inlineMath: [['$', '$']] }
});
</script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script type="text/javascript" id="MathJax-script" async
src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js">
</script>
<script id="MathJax-script" async src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
{% endif %}
{% if page.code %}
<script src="{{ '/assets/js/code-tabs.js' | relative_url }}"></script>
Expand Down

0 comments on commit a24534e

Please sign in to comment.