Closed ronanpaixao closed 6 years ago
Hi @ronanpaixao, I've just come across your issue after tinkering myself with liquid_tags.notebook, I have some comments on what you wrote:
What do you think?
Best regards, Florian
Closing due to inactivity. Please feel free to comment here if you feel the issue should be re-opened.
When enabling the
liquid_tags.notebook
plugin, it breaks MathJax's configuration after enablingrender_math
. This breaks, for example, equation alignment and numbering, possibly due to the injected config:displayAlign: 'left'
and lostequationNumbers: { autoNumber: 'AMS' }
.If the
liquid_tags.notebook
plugin is enabled, it injects a JS_INCLUDE (fromnotebook.py
) header and previous configuration is lost. Badly configured, MathJax doesn't apply the numbering and the reference gets broken too.Example when plugin is disabled:
Example when it is enabled:
Test case file:
Reference for MathJax equation references:
https://www.tuhh.de/MathJax/test/sample-eqrefs.html