You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pandoc version 3.1.4 through 3.1.6 (x86_64-macOS):
The resulting HTML file MathTest/1-chapter.html is lacking the <scipt> element to include the MathJax code. Hence, the math formulae are rendered as plain text.
Pandoc version 3.1.3 (x86_64-macOS): MathTest/1-chapter.html is created correctly.
Further observation:
When you change a heading to include math (e.g. # Chapter $x$), Pandoc 3.1.4 through 3.1.6 also include the MathJax script. This was likely broken in 40dacad to fix #8620. Notice that the test document in this issue does contain math in all headings.
The text was updated successfully, but these errors were encountered:
Explain the problem.
pandoc -t chunkedhtml --mathjax
does not enable MathJax reliably in all chunks.Exact command:
Contents of
MathTest.md
:Pandoc version 3.1.4 through 3.1.6 (x86_64-macOS):
The resulting HTML file
MathTest/1-chapter.html
is lacking the<scipt>
element to include the MathJax code. Hence, the math formulae are rendered as plain text.Pandoc version 3.1.3 (x86_64-macOS):
MathTest/1-chapter.html
is created correctly.Further observation:
When you change a heading to include math (e.g.
# Chapter $x$
), Pandoc 3.1.4 through 3.1.6 also include the MathJax script. This was likely broken in 40dacad to fix #8620. Notice that the test document in this issue does contain math in all headings.The text was updated successfully, but these errors were encountered: