pelican-plugins icon indicating copy to clipboard operation
pelican-plugins copied to clipboard

Display math ($$) not centered when using MathJax and render_math

Open drorata opened this issue 7 years ago • 3 comments

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?

drorata avatar Mar 07 '17 10:03 drorata

I am having this issue as well.

johnmathews avatar Mar 23 '17 09:03 johnmathews

@drorata / @johnmathews: Were you able to find a solution to your problem here?

justinmayer avatar Mar 23 '18 10:03 justinmayer

FTR, render_math plugin has been moved to its own repository at: https://github.com/pelican-plugins/render-math

kdeldycke avatar Jan 04 '21 16:01 kdeldycke