aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/JATS/Types.hs
AgeCommit message (Collapse)AuthorFilesLines
2021-04-16JATS writer: reduce unnecessary use of <p> elements for wrappingAlbert Krewinkel1-3/+12
The `<p>` element is used for wrapping in cases were the contents would otherwise not be allowed in a certain context. Unnecessary wrapping is avoided, especially around quotes (`<disp-quote>` elements). Closes: #7227
2021-01-22JATS writer: allow to use element-citationAlbert Krewinkel1-1/+3
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-11-17JATS writer: move Table handling to separate moduleAlbert Krewinkel1-0/+46
This makes it easier to split the module into smaller parts.