Skip to content

Commit

Permalink
Merge pull request #33 from starknet-io/fix_latex_rendering_macos
Browse files Browse the repository at this point in the history
fix: Updated mathjax reference to fix rendering bug on MacOS.
  • Loading branch information
stoobie authored Feb 29, 2024
2 parents 7c6a31d + 0af1fb3 commit faea657
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified build/ui-bundle.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion src/partials/footer-scripts.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
<script async src="{{{uiRootPath}}}/js/vendor/component-versions.js?new"></script>
<script src="{{uiRootPath}}/js/vendor/custom.js?new"></script>
<script async src="{{{uiRootPath}}}/js/vendor/tabs.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/MathJax.js?config=TeX-MML-AM_HTMLorMML"></script>
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>
2 changes: 1 addition & 1 deletion src/partials/head-scripts.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<script>var uiRootPath = '{{{uiRootPath}}}'</script>
<script src="{{uiRootPath}}/js/vendor/medium-zoom.js?new"></script>
<script type="text/javascript" id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="e4db29b5-cd94-4bcf-87e4-04f4ca564240" data-blockingmode="manual"></script>
<script async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.9/MathJax.js?config=TeX-MML-AM_HTMLorMML"></script>
<script async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script>

<script>
(function(h,o,t,j,a,r){
Expand Down

0 comments on commit faea657

Please sign in to comment.