pelican-plugins
pelican-plugins copied to clipboard
Display math ($$) not centered when using MathJax and render_math
Consider the following minimal example:
Title: Testing with MathJax
Date: 2017-01-13 13:30
Hello world.
Some inline math $x^2$
Some display math: $$x^3$$
When serving this post, at the beginning the second formula is centered correctly, but then after a second it is left-aligned. You can see a live example in the following post.
Is there a way to fix it?
I am having this issue as well.
@drorata / @johnmathews: Were you able to find a solution to your problem here?
FTR, render_math
plugin has been moved to its own repository at: https://github.com/pelican-plugins/render-math