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
Is it possible to adapt the plugin code to support custom MathJax extensions? For example, following the instructions at XyJax, I can get it to work in my browser (Firefox) but downloading and then trying to load xypic.js in Obsidian stops MathJax rendering altogether.
This is related to the issue 817799583. The two packages being loaded (mhchem and bussproofs) are already loaded by Obsidian, and changing the code to load any package not on the MathJax Extension List stops MathJax rendering.
The text was updated successfully, but these errors were encountered:
I looked into this today. It should be possible but I can't get MathJax to load custom extensions after initialization, supposedly there is an API for this but I haven't been able to trigger external loading yet.
Is it possible to adapt the plugin code to support custom MathJax extensions? For example, following the instructions at XyJax, I can get it to work in my browser (Firefox) but downloading and then trying to load xypic.js in Obsidian stops MathJax rendering altogether.
This is related to the issue 817799583. The two packages being loaded (
mhchem
andbussproofs
) are already loaded by Obsidian, and changing the code to load any package not on the MathJax Extension List stops MathJax rendering.The text was updated successfully, but these errors were encountered: