aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Jira.hs
AgeCommit message (Expand)Author
2024-07-08Harmonize maintainer email addresses in module headers.Albert Krewinkel
2024-04-25Update copyright dates to 2024.John MacFarlane
2023-05-05Jira writer: use first code block class as highlighting language.Albert 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-01-02Copyright notices: update for 2022Albert Krewinkel
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-05-25Jira: add support for "smart" linksAlbert Krewinkel
2021-05-24Jira writer: use `{color}` when span has a color attributeAlbert Krewinkel
2021-03-13Jira writer: improve div/panel handlingAlbert Krewinkel
2021-03-08Jira writer: use noformat instead of code for unknown languages.Albert Krewinkel
2021-03-01Jira writer: use Span identifiers as anchorsAlbert Krewinkel
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel
2020-07-17Jira writer: keep image caption as alt attributeAlbert Krewinkel
2020-06-22Use native Underline instead of Span in JiraJohn MacFarlane
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-04-04Jira: support citations, attachment links, and user linksAlbert Krewinkel
2020-03-31Jira writer: convert spans with class `underline` to inserted textAlbert Krewinkel
2020-03-30Jira writer: add image attributesAlbert Krewinkel
2020-03-22Finer grained imports of Text.Pandoc.Class submodules (#6203)Albert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2020-01-07Jira writer: fix output of table headersAlbert Krewinkel
2019-12-20Jira writer: use jira-wiki-markup rendererAlbert Krewinkel
2019-11-22Jira writer: improve escaping of special chars (#5925)Albert Krewinkel
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-10-31Jira writer: remove extraneous newline after single-line block quotesAlbert Krewinkel
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane
2019-08-25Use new doctemplates, doclayout.John MacFarlane
2019-08-11JIRA writer: Remove escapeStringForJira for code blocksJan-Otto Kröpke
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane
2019-06-05Add jira writer (#5548)Albert Krewinkel