Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-29 | JATS writer: escape special chars in reference elements. | Albert Krewinkel | 1 | -3/+6 | |
Prevents the generation of invalid markup if a citation element contains an ampersand or another character with a special meaning in XML. | |||||
2021-01-22 | JATS writer: allow to use element-citation | Albert Krewinkel | 2 | -1/+163 | |
2021-01-08 | Update copyright notices for 2021 (#7012) | Albert Krewinkel | 2 | -2/+2 | |
2020-11-19 | JATS writer: support advanced table features | Albert Krewinkel | 1 | -48/+214 | |
2020-11-18 | JATS writer: wrap all tables | Albert Krewinkel | 1 | -6/+7 | |
All `<table>` elements are put inside `<table-wrap>` elements, as the former are not valid as immediate child elements of `<body>`. | |||||
2020-11-17 | JATS writer: move Table handling to separate module | Albert Krewinkel | 2 | -0/+127 | |
This makes it easier to split the module into smaller parts. |