aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/JATS.hs
AgeCommit message (Expand)AuthorFilesLines
2021-11-12JATS writer: ensure figures are wrapped with `<p>` in list items.Albert Krewinkel1-0/+1
2021-10-22Use simpleFigure in Readers.Aner Lucero1-3/+1
2021-10-12Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."John MacFarlane1-0/+1
2021-10-01Depend on pandoc-types 1.23, remove Null constructor on Block.John MacFarlane1-1/+0
2021-04-28JATS writer: use either styled-content or named-content for spans.Albert Krewinkel1-10/+26
2021-04-25Writers: Recognize custom syntax definitions (#7241)Jan Tojnar1-11/+13
2021-04-16JATS writer: reduce unnecessary use of <p> elements for wrappingAlbert Krewinkel1-10/+12
2021-04-10JATS writer: convert spans to <named-content> elementsAlbert Krewinkel1-6/+7
2021-04-10JATS writer: add footnote number as label in backmatterAlbert Krewinkel1-0/+1
2021-04-05JATS writer: escape disallows chars in identifiersAlbert Krewinkel1-13/+14
2021-01-22JATS writer: allow to use element-citationAlbert Krewinkel1-6/+15
2021-01-19JATS writer: Ensure that disp-quote is always wrapped in p.John MacFarlane1-1/+3
2021-01-10JATS writer: fix citations (#7018)Albert Krewinkel1-12/+21
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-11-19JATS writer: support advanced table featuresAlbert Krewinkel1-2/+3
2020-11-17JATS writer: move Table handling to separate moduleAlbert Krewinkel1-68/+17
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel1-1/+1
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres1-5/+5
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar1-0/+2
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-1/+1
2020-04-15Implement the new Table typedespresc1-15/+19
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-02-12Introduce new format variants for JATS (#6067)Albert Krewinkel1-41/+99
2020-02-08More cleanup (#6130)Joseph C. Sible1-7/+6
2020-02-07Resolve HLint warningsAlbert Krewinkel1-10/+10
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-53/+53
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane1-2/+2
2019-09-08Replace Element and makeHierarchical with makeSections.John MacFarlane1-23/+16
2019-08-25Use new doctemplates, doclayout.John MacFarlane1-33/+38
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane1-15/+11
2019-06-21JATS Writer: do not emit empty <fn-group> (#5595)Mauro Bieg1-1/+3
2019-06-11JATS writer: ensure validity of pub-date.John MacFarlane1-0/+22
2019-06-11JATS writer: don't use break element for LineBreak.John MacFarlane1-1/+2
2019-06-11JATS writer: wrap elements with p when needed.John MacFarlane1-5/+43
2019-05-16JATS writer: properly handle footnotes.John MacFarlane1-7/+24
2019-05-04JATS writer: fix citations with PMID so they validate.John MacFarlane1-6/+10
2019-03-26JATS writer: Ensure that plain strings go inside `<pub-id>` tag.John MacFarlane1-1/+9
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-15Revert "JATS writer: Support citations."John MacFarlane1-4/+3
2019-02-15JATS writer: Support citations.John MacFarlane1-3/+4
2019-02-10JATS writer: wrap figure caption in <p> to fix validation (#5292)Mauro Bieg1-1/+1
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2018-09-30Implement `--ascii` (`writerPreferAscii`) in writers, not App.John MacFarlane1-1/+2
2018-09-27JATS writer: remove 'role' attribute on 'bold' and 'sc' elements.John MacFarlane1-3/+2
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-6/+6
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-12-21Merge pull request #4177 from stencila/jats-xml-readerJohn MacFarlane1-18/+29
2017-12-21JATS writer: Make <p> optional in <td> and <th> (#4178)Hamish Mackenzie1-0/+3