My webpage LATEX doesn't work #6138
-
![]() ![]() I referenced https://squidfunk.github.io/mkdocs-material/reference/math/ and configured https://github.com/Wcowin/Wcowin.github.io/blob/main/mkdocs.yml Hopefully this can be resolved. My personal guess is that it's due to page redundancy, which I've made several attempts at Thanks mkdocs-material
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If I open https://wcowin.work/relax/wkwMath/1/ directly the Latex works, as expected. |
Beta Was this translation helpful? Give feedback.
If I open https://wcowin.work/relax/wkwMath/1/ directly the Latex works, as expected.
It doesn't work when opened from another site, so I guess you found a new bug related to instant loading.
https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#instant-loading
Turn it off if possible for the time being and it should work 😉
But assuming you want to keep using instant loading, you could try to fix the
extra.js
file, because there is an error on line 53img.onclick = function(){
img is undefined, I don't think it's related, but it could be.I don't see any related issues, so you could also create a bug report with a minimal reproduction.
https://squidfunk.github.io/mkdocs…