aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Jira.hs
AgeCommit message (Expand)AuthorFilesLines
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-05-25Jira: add support for "smart" linksAlbert Krewinkel1-0/+2
2021-05-24Jira writer: use `{color}` when span has a color attributeAlbert Krewinkel1-3/+7
2021-03-13Jira writer: improve div/panel handlingAlbert Krewinkel1-11/+28
2021-03-08Jira writer: use noformat instead of code for unknown languages.Albert Krewinkel1-5/+5
2021-03-01Jira writer: use Span identifiers as anchorsAlbert Krewinkel1-1/+3
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-11-07Lint code in PRs and when committing to master (#6790)Albert Krewinkel1-1/+1
2020-07-17Jira writer: keep image caption as alt attributeAlbert Krewinkel1-10/+12
2020-06-22Use native Underline instead of Span in JiraJohn MacFarlane1-4/+1
2020-04-28Support new Underline element in readers and writers (#6277)Vaibhav Sagar1-0/+1
2020-04-15Adapt to the newest Table type, fix some previous adaptation issuesdespresc1-3/+3
2020-04-15Implement the new Table typedespresc1-3/+4
2020-04-04Jira: support citations, attachment links, and user linksAlbert Krewinkel1-3/+25
2020-03-31Jira writer: convert spans with class `underline` to inserted textAlbert Krewinkel1-1/+9
2020-03-30Jira writer: add image attributesAlbert Krewinkel1-1/+13
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-01-07Jira writer: fix output of table headersAlbert Krewinkel1-4/+4
2019-12-20Jira writer: use jira-wiki-markup rendererAlbert Krewinkel1-266/+222
2019-11-22Jira writer: improve escaping of special chars (#5925)Albert Krewinkel1-18/+9
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-12/+11
2019-10-31Jira writer: remove extraneous newline after single-line block quotesAlbert Krewinkel1-1/+1
2019-10-29Changes to build with new doctemplates/doclayout.John MacFarlane1-4/+8
2019-08-25Use new doctemplates, doclayout.John MacFarlane1-2/+2
2019-08-11JIRA writer: Remove escapeStringForJira for code blocksJan-Otto Kröpke1-2/+2
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane1-4/+5
2019-06-05Add jira writer (#5548)Albert Krewinkel1-0/+322