Skip to content

Commit

Permalink
chore: replace polyfill.io inside example
Browse files Browse the repository at this point in the history
  • Loading branch information
SukkaW committed Mar 1, 2024
1 parent 8d166ea commit 28f5ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/browser/pretty_printing_with_mathjax.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>math.js | pretty printing with MathJax</title>

<script src="../../lib/browser/math.js"></script>
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script>
<script src="https://cdnjs.cloudflare.com/polyfill/v3/polyfill.min.js?features=es6"></script>
<script src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-svg.js"></script>

<style>
Expand Down

0 comments on commit 28f5ea4

Please sign in to comment.