Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to MathJax 3.0.1 #321

Merged
merged 2 commits into from
Feb 13, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Next Next commit
Upgrade to MathJax 3.0.1
  • Loading branch information
ggrossetie committed Feb 13, 2020
commit fe296a8f0120ae68ece5c00ecda0ebc7487c451e
2 changes: 1 addition & 1 deletion app/js/renderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ window.MathJax = {
}))
document.body.appendChild(Dom.createScriptElement({
id: 'asciidoctor-mathjax-initialization',
src: webExtension.extension.getURL('vendor/MathJax-3.0.0/tex-chtml-full.js'),
src: webExtension.extension.getURL('vendor/MathJax-3.0.1/tex-chtml-full.js'),
async: true
}))
}
Expand Down
2 changes: 1 addition & 1 deletion app/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@
"fonts/fontawesome-webfont.woff2",
"fonts/fontawesome-webfont.woff",
"fonts/fontawesome-webfont.ttf",
"vendor/MathJax-3.0.0/*"
"vendor/MathJax-3.0.1/*"
],
"permissions":[
"storage",
Expand Down
1 change: 0 additions & 1 deletion app/vendor/MathJax-3.0.0/a11y/complexity.js

This file was deleted.

1 change: 0 additions & 1 deletion app/vendor/MathJax-3.0.0/a11y/explorer.js

This file was deleted.

1 change: 0 additions & 1 deletion app/vendor/MathJax-3.0.0/a11y/semantic-enrich.js

This file was deleted.

1 change: 0 additions & 1 deletion app/vendor/MathJax-3.0.0/adaptors/liteDOM.js

This file was deleted.

1 change: 0 additions & 1 deletion app/vendor/MathJax-3.0.0/input/asciimath.js

This file was deleted.

Loading