8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If anyone is also struggling with wrongly rendered formulas after they are revealed via fragments, try adding this at the bottom of the page:
<script> Reveal.addEventListener( 'fragmentshown', function( event ) { setTimeout( function() { MathJax.Hub.Rerender(document.querySelector(".slides .present")) }, 100); } ); </script>
This could be added to the Readme or the Wiki …
The text was updated successfully, but these errors were encountered:
readme update for #505
fe4315e
noted this at https://github.com/hakimel/reveal.js/blob/dev/README.md#fragment-events
Sorry, something went wrong.
readme update for hakimel#505
e72f483
No branches or pull requests
If anyone is also struggling with wrongly rendered formulas after they are revealed via fragments, try adding this at the bottom of the page:
This could be added to the Readme or the Wiki …
The text was updated successfully, but these errors were encountered: