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

Math in pager contents not rendered #4808

Open
embray opened this issue Aug 5, 2019 · 0 comments
Open

Math in pager contents not rendered #4808

embray opened this issue Aug 5, 2019 · 0 comments

Comments

@embray
Copy link
Contributor

embray commented Aug 5, 2019

When the pager is cleared/updated with HTML content from a mimebundle, if that HTML contains equations, MathJax should be run over the pager.

For example, I was able to hack around this by appending to end of the HTML portion of a mimebundle:

<script type="text/javascript">MathJax.Hub.Queue(["Typeset", MathJax.Hub, "pager-contents"])</script>

but this smells like a maintenance burden, when really the pager should probably support displaying math from the get-go. Unless I'm missing something...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant