aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/JATS.hs
AgeCommit message (Expand)AuthorFilesLines
2021-11-20Capture `alt-text` in JATS figures (#7703)Albert Krewinkel1-2/+13
2021-05-09Change reader types, allowing better tracking of source positions.John MacFarlane1-3/+8
2021-03-24Fix DocBook reader mathml regression...John MacFarlane1-3/+5
2021-02-18DocBook, JATS, OPML readers: performance optimization.John MacFarlane1-21/+3
2021-02-16Rename Text.Pandoc.XMLParser -> Text.Pandoc.XML.Light...John MacFarlane1-33/+25
2021-02-10Add new unexported module T.P.XMLParser.John MacFarlane1-2/+7
2020-10-08Extend fix to #6719 to JATS readerJohn MacFarlane1-13/+13
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-6/+6
2020-06-28JATS reader: parse abstract element into metadata field of same name (#6482)Albert Krewinkel1-0/+9
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar1-2/+2
2020-04-15Use the new builders, modify readers to preserve empty headersdespresc1-5/+7
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-3/+3
2020-04-15Implement the new Table typedespresc1-25/+24
2020-04-15JATS reader: handle "label" element in section title.John MacFarlane1-1/+7
2020-03-29Clean up some fmaps (#6226)Joseph C. Sible1-3/+3
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2020-02-07Resolve HLint warningsAlbert Krewinkel1-2/+2
2020-02-07Various minor cleanups and refactoring (#6117)Joseph C. Sible1-1/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-34/+42
2019-03-02JATS reader: Support fig-group block element (#5317).John MacFarlane1-1/+4
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-23JATS reader: fix parsing of figures.John MacFarlane1-18/+27
2019-02-15JATS reader: handle citations with multiple references.John MacFarlane1-7/+10
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2018-10-24Use foldl' instead of maximum to account for empty listsAlexander Krotov1-4/+2
2018-07-02JATS reader: fix typo ("lable" instead of "label")Alexander Krotov1-1/+1
2018-04-25Added licensing headers for DocBook, EPUB, JATS, OPML readers.John MacFarlane1-0/+30
2018-03-29Removed unused extensions (#4506)Anabra1-1/+1
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-01-19hlint code improvements.John MacFarlane1-1/+0
2017-12-23JATS reader: handle author-notes.John MacFarlane1-5/+6
2017-12-23JATS reader: code refactoring.John MacFarlane1-63/+48
2017-12-23JATS reader: include institute metadata.John MacFarlane1-2/+11
2017-12-23JATS reader: process author metadata.John MacFarlane1-5/+27
2017-12-23JATS reader: better citation handling.John MacFarlane1-3/+79
2017-12-22Improve support for code language in JATSHamish Mackenzie1-2/+19
2017-12-20Add Basic JATS reader based on DocBook readerHamish Mackenzie1-0/+387