Upgrading to PreTeXt 2.39.0 will get us on MathJax 4, which is probably a good thing. Also would include a recent fix for a bug around using <definition> in prefigure that was causing me headaches in #990 .
I believe once we do this we will get some deprecation warnings: from the pretext-announce list-serv:
As promised, #me, #men, and #mdn will now raise deprecation messages. But only
a few, so as to not overwhelm you, and also so you can be certain once you have
adjusted them all. They will tell you the total number of deprecated elements
you have outstanding.
This code will turn all <me> into <md>
sed -i 's@<me@<md@g' source/*.ptx
sed -i 's@</me>@</md>@g' source/*.ptx
Upgrading to PreTeXt 2.39.0 will get us on MathJax 4, which is probably a good thing. Also would include a recent fix for a bug around using
<definition>in prefigure that was causing me headaches in #990 .I believe once we do this we will get some deprecation warnings: from the pretext-announce list-serv:
This code will turn all
<me>into<md>