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
(Though the change was in April, the breakage was more recent. I do see that github.io upgraded to Jekyll 3.9.0 which came out this month, so maybe they took that moment to bump the kramdown version too?)
In that change, it can be seen that lines related to support for KaTeX in the documentation are gone. So this means that server-side support for putting on the <script> tags is probably not happening. Fixes seem to be:
A new version of KaTeX working without the tags (maybe this exists already?)
Code up a shim script to put the tags on client-side in JS
Put the tags on manually in the page source
Switch to MathJax
Since I'm not really using the feature on my "blog" (only two articles at this moment), I took lazy option 3. But hopefully this information will save time for others looking into it!
The text was updated successfully, but these errors were encountered:
Hello, I am a fan of the Contrast theme :-)
I noticed that the equations stopped working in the Jekyll generation process. Someone wrote an article on this problem.
It points to the culprit being this change to kramdown:
gettalong/kramdown@c3acf8d
(Though the change was in April, the breakage was more recent. I do see that github.io upgraded to Jekyll 3.9.0 which came out this month, so maybe they took that moment to bump the kramdown version too?)
In that change, it can be seen that lines related to support for KaTeX in the documentation are gone. So this means that server-side support for putting on the
<script>
tags is probably not happening. Fixes seem to be:Since I'm not really using the feature on my "blog" (only two articles at this moment), I took lazy option 3. But hopefully this information will save time for others looking into it!
The text was updated successfully, but these errors were encountered: