aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/JATS.hs
AgeCommit message (Expand)Author
2025-12-11JATS writer: fix XML output for nested figuresAlbert Krewinkel
2025-03-31JATS writer: fix escaping for writing-review-editing role.John MacFarlane
2025-02-05Add CRediT roles to JATSCharles Tapley Hoyt
2024-04-25Update copyright dates to 2024.John MacFarlane
2023-11-04JATS writer: handle case where there is material after refs div.John MacFarlane
2023-10-26Make `reference-section-title` work with `jats+element_citations`.John MacFarlane
2023-09-21JATS writer: fix 3.1.4 regression in handling block-level metadata.John MacFarlane
2023-08-23JATS writer: fix placement of ref-list...John MacFarlane
2023-07-18JATS writer: don't use `<code>` for inline code.John MacFarlane
2023-06-24Make `--number-sections` work with JATS writer.John MacFarlane
2023-06-07JATS writer: include title in ref-list.John MacFarlane
2023-02-18JATS writer: include alt-text in `<graphic>`, `<inline-graphic>` elementsAlbert Krewinkel
2023-01-13Remove block constructor Null from the code base.John MacFarlane
2023-01-13Support complex figures. [API change]Albert Krewinkel
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-10-31First stab at mtl 2.3 compliance.John MacFarlane
2022-10-18T.P.Shared: remove `escapeURI`, `isURI`.John MacFarlane
2022-10-02Officially deprecate writeJATS...John MacFarlane
2022-10-01JATS writer: use `<break/>` for LineBreak...John MacFarlane
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-11-12JATS writer: ensure figures are wrapped with `<p>` in list items.Albert Krewinkel
2021-10-22Use simpleFigure in Readers.Aner Lucero
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane
2021-04-28JATS writer: use either styled-content or named-content for spans.Albert Krewinkel
2021-04-25Writers: Recognize custom syntax definitions (#7241)Jan Tojnar
2021-04-16JATS writer: reduce unnecessary use of <p> elements for wrappingAlbert Krewinkel
2021-04-10JATS writer: convert spans to <named-content> elementsAlbert Krewinkel
2021-04-10JATS writer: add footnote number as label in backmatterAlbert Krewinkel
2021-04-05JATS writer: escape disallows chars in identifiersAlbert Krewinkel
2021-01-22JATS writer: allow to use element-citationAlbert Krewinkel
2021-01-19JATS writer: Ensure that disp-quote is always wrapped in p.John MacFarlane
2021-01-10JATS writer: fix citations (#7018)Albert Krewinkel
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-11-19JATS writer: support advanced table featuresAlbert Krewinkel
2020-11-17JATS writer: move Table handling to separate moduleAlbert Krewinkel
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Implement the new Table typedespresc
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-02-12Introduce new format variants for JATS (#6067)Albert Krewinkel
2020-02-08More cleanup (#6130)Joseph C. Sible
2020-02-07Resolve HLint warningsAlbert Krewinkel
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane
2019-09-08Replace Element and makeHierarchical with makeSections.John MacFarlane
2019-08-25Use new doctemplates, doclayout.John MacFarlane