A bug parsing figure caption content where a . in a mathml tag causes problems; since the logic tries to determine a title value by trying to find the first sentence, it cannot in this case, instead use the whole string as the title if <mml is found in the first title part.
Aiming to release this change as a new library version 0.7.0.
Re issue https://github.com/elifesciences/issues/issues/7200
A bug parsing figure caption content where a
.
in a mathml tag causes problems; since the logic tries to determine a title value by trying to find the first sentence, it cannot in this case, instead use the whole string as the title if<mml
is found in the first title part.Aiming to release this change as a new library version
0.7.0
.