pelican-plugins / render-math

Pelican plugin that renders mathematics via the MathJax JavaScript engine
Other
30 stars 7 forks source link

use ElementTree.Element rather than ElementTree module #11

Closed jurasofish closed 4 years ago

jurasofish commented 4 years ago

Fix for #10. Works for me with this change. poetry run pytest worked both before and after this change - seems it doesn't hit the lines I've modified. (poetry run invoke tests didn't work for me idk probably a windows problem). I have nfi about xml but this seems more consistent with what was replaced by https://github.com/pelican-plugins/render-math/commit/e8bc92069d6986bc94ba8fd354cb7f4a11807ae9

justinmayer commented 4 years ago

Many thanks for the fix, Michael, which I merged via 68cd8b9, adding a RELEASE.md file so a new v1.0.3 release would be automatically published to PyPI. 🎉