aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/JATS.hs
AgeCommit message (Expand)Author
12 daysDocBook/JATS reader: don't export surrounding space from inline elements.John MacFarlane
2025-12-12Fix imports to avoid warning about foldl'.John MacFarlane
2024-11-04JATS writer: correct spelling of suppress attribute (#10350)Andreas Deininger
2024-07-03Avoid 'head' in JATS reader, DocBook writer.John MacFarlane
2023-10-27Fix spacing.John MacFarlane
2023-10-26Modify JATS reader to handle BITS too (#9138)Julia Diaz
2023-10-17JATS reader: fix handling of alt-text (#9134)Julia Diaz
2023-09-04JATS reader: fix conversion of date to ISO 8601 format.John MacFarlane
2023-09-04JATS reader: Ignore `<processing-meta>` element (#9057)Julia Diaz
2023-08-31Fix spacing errors.John MacFarlane
2023-08-30JATS reader: Multilevel support for `<permissions>` metadata (#9037)Julia Diaz
2023-08-28Add support for <permissions> metadataJulia Diaz
2023-08-26Correct name of JATS element attribJulia Diaz
2023-08-22Fix spacing errors.John MacFarlane
2023-08-10Fix display of block elements in JATS reader (PR #8971)Julia Diaz
2023-06-24Fix spacing issues.John MacFarlane
2023-06-08Add footer and multiple body parsing to JATS table reader (#8795)Noah Malmed
2023-06-07Parse references title from ref-list in JATS reader.John MacFarlane
2023-06-06Fix whitespace.John MacFarlane
2023-06-06Improve title and label parsing in the JATS reader (#8840)Noah Malmed
2023-04-05Add rowspan, colspan and alignment to cells in jats table reader (#8726)Noah Malmed
2023-03-05JATS reader: avoid generating duplicate figure captions.John MacFarlane
2023-01-13Support complex figures. [API change]Albert Krewinkel
2022-10-31First stab at mtl 2.3 compliance.John MacFarlane
2022-10-29Re-export lookupEntity from Text.Pandoc.XML [API change].John MacFarlane
2022-09-01JATS reader: handle uri element in references.John MacFarlane
2022-05-31JATS reader: support edition in references.John MacFarlane
2022-04-06JATS reader: strip `ref-` prefix from ref id in xref.John MacFarlane
2022-03-29JATS reader: handle pub-date.John MacFarlane
2022-03-28JATS reader: strip 'ref-' from ref id in constructing CSL id.John MacFarlane
2022-03-28JATS reader: improve refs parsing.John MacFarlane
2022-03-28JATS reader: support PMID, DOI, issue in citations.John MacFarlane
2022-02-12JATS reader: improve handling of fn-group elements (#7914)Albert Krewinkel
2021-11-20Capture `alt-text` in JATS figures (#7703)Albert Krewinkel
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane
2021-03-24Fix DocBook reader mathml regression...John MacFarlane
2021-02-18DocBook, JATS, OPML readers: performance optimization.John MacFarlane
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane
2021-02-10Add new unexported module T.P.XMLParser.John MacFarlane
2020-10-08Extend fix to #6719 to JATS readerJohn MacFarlane
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres
2020-06-28JATS reader: parse abstract element into metadata field of same name (#6482)Albert Krewinkel
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc
2020-04-15Implement the new Table typedespresc
2020-04-15JATS reader: handle "label" element in section title.John MacFarlane
2020-03-29Clean up some fmaps (#6226)Joseph C. Sible
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel