aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Writers/JATS.hs
AgeCommit message (Expand)AuthorFilesLines
2021-11-12JATS writer: ensure figures are wrapped with `<p>` in list items.Albert Krewinkel1-15/+33
2021-04-28JATS writer: use either styled-content or named-content for spans.Albert Krewinkel1-5/+9
2021-04-10JATS writer: convert spans to <named-content> elementsAlbert Krewinkel1-0/+15
2021-04-05JATS writer: escape disallows chars in identifiersAlbert Krewinkel1-90/+115
2021-02-07Avoid unnecessary use of NoImplicitPrelude pragma (#7089)Albert Krewinkel1-2/+0
2020-02-12Introduce new format variants for JATS (#6067)Albert Krewinkel1-1/+15
2019-05-16JATS writer: properly handle footnotes.John MacFarlane1-3/+1
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-03-05Remove extraneous, significant whitespace in JATS writer output (#4335)Nokome Bentley1-26/+12
2018-01-19hlint code improvements.John MacFarlane1-2/+0
2017-12-22Improve support for code language in JATSHamish Mackenzie1-1/+6
2017-12-13fig, table-wrap & caption Divs for JATS writerHamish Mackenzie1-0/+119