You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following the instruction of mathjax or katex some mathematical content to be rendered. The script is added to the index.html on the root directory.
// index.html
When I inspect the elements of the html in the browser, the mathjax.js file is loaded and some <style class="text/css"> ... </style> tag are created,but it does not render the mathematical content at all. Even though I upgrade the browser and use different browsers(firefox and chrome) , it just does not render.
the weird thing happens that copying all the html tree, saving as html file and reopening it in the browser, it renders.
This discussion was converted from issue #2444 on February 08, 2022 18:54.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Following the instruction of mathjax or katex some mathematical content to be rendered. The script is added to the
index.html
on the root directory.// index.html
the compiled
index.html
in thedist
folder is like:// dist/index.html
When I inspect the elements of the html in the browser, the
mathjax.js
file is loaded and some<style class="text/css"> ... </style>
tag are created,but it does not render the mathematical content at all. Even though I upgrade the browser and use different browsers(firefox and chrome) , it just does not render.the weird thing happens that copying all the html tree, saving as html file and reopening it in the browser, it renders.
Could somebody got a clue what it is going on?
Beta Was this translation helpful? Give feedback.
All reactions