A new .docx content section to produce an Editor's evaluation sub-article to the XML output. This PR includes a new, abbreviated .docx file fixture to test the functionality. If there is a sciety.org link provided in a preamble section, it is extracted and added to the Editor's evaluation as a <related-object> tag.
The new feature here seems to be fully backwards compatible with the previous library release based on successful running of the current test cases. Only if a .docx includes this new section would the new <sub-article> appear in the XML output.
A version number of 0.2.0 is to be assigned to the release of this feature.
Re issue https://github.com/elifesciences/issues/issues/6756
A new
.docx
content section to produce anEditor's evaluation
sub-article to the XML output. This PR includes a new, abbreviated.docx
file fixture to test the functionality. If there is asciety.org
link provided in apreamble
section, it is extracted and added to theEditor's evaluation
as a<related-object>
tag.The new feature here seems to be fully backwards compatible with the previous library release based on successful running of the current test cases. Only if a
.docx
includes this new section would the new<sub-article>
appear in the XML output.A version number of
0.2.0
is to be assigned to the release of this feature.