stencila / encoda

↔️ A format converter for Stencila documents
https://stencila.github.io/encoda/
Apache License 2.0
35 stars 9 forks source link

fix(HTML): Encode article genre and about properties #679

Closed nokome closed 4 years ago

nokome commented 4 years ago

Now that PR #666 is merged Encoda will capture the about and genre properties of an Article from JATS XML. For example,

https://github.com/stencila/encoda/blob/bb6ed8a0b3fc505aa670871248821e076f3f0eda/src/codecs/jats/__file_snapshots__/elife-43154-v2.yaml#L1-L4

https://github.com/stencila/encoda/blob/bb6ed8a0b3fc505aa670871248821e076f3f0eda/src/codecs/jats/__file_snapshots__/elife-43154-v2.yaml#L205-L206

However, these are not yet encoded into HTML. The encodeArticle should include encoding of these properties too

https://github.com/stencila/encoda/blob/bb6ed8a0b3fc505aa670871248821e076f3f0eda/src/codecs/html/index.ts#L711-L725

stencila-ci commented 4 years ago

:tada: This issue has been resolved in version 0.99.16 :tada:

The release is available on:

Your semantic-release bot :package::rocket: