elifesciences / elife-tools

Python library for parsing eLife article XML data.
MIT License
15 stars 7 forks source link

Appendices json #390

Closed gnott closed 2 years ago

gnott commented 2 years ago

Re issue https://github.com/elifesciences/issues/issues/7579

An article was missing math formulae on the journal page which was missing from the JSON content. The appendix XML was not wrapped with a <boxed-text> tag as all the other examples were. This code change fixes it so the math block is added to the content list correctly, and the solution satisfies the existing test scenarios.

This will be released in version 0.20.0.