index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
/
Jira.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-12
Revert "Depend on pandoc-types 1.23, remove Null constructor on Block."
John MacFarlane
1
-0
/
+1
2021-10-01
Depend on pandoc-types 1.23, remove Null constructor on Block.
John MacFarlane
1
-1
/
+0
2021-05-25
Jira: add support for "smart" links
Albert Krewinkel
1
-0
/
+2
2021-05-24
Jira writer: use `{color}` when span has a color attribute
Albert Krewinkel
1
-3
/
+7
2021-03-13
Jira writer: improve div/panel handling
Albert Krewinkel
1
-11
/
+28
2021-03-08
Jira writer: use noformat instead of code for unknown languages.
Albert Krewinkel
1
-5
/
+5
2021-03-01
Jira writer: use Span identifiers as anchors
Albert Krewinkel
1
-1
/
+3
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
1
-1
/
+1
2020-11-07
Lint code in PRs and when committing to master (#6790)
Albert Krewinkel
1
-1
/
+1
2020-07-17
Jira writer: keep image caption as alt attribute
Albert Krewinkel
1
-10
/
+12
2020-06-22
Use native Underline instead of Span in Jira
John MacFarlane
1
-4
/
+1
2020-04-28
Support new Underline element in readers and writers (#6277)
Vaibhav Sagar
1
-0
/
+1
2020-04-15
Adapt to the newest Table type, fix some previous adaptation issues
despresc
1
-3
/
+3
2020-04-15
Implement the new Table type
despresc
1
-3
/
+4
2020-04-04
Jira: support citations, attachment links, and user links
Albert Krewinkel
1
-3
/
+25
2020-03-31
Jira writer: convert spans with class `underline` to inserted text
Albert Krewinkel
1
-1
/
+9
2020-03-30
Jira writer: add image attributes
Albert Krewinkel
1
-1
/
+13
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
1
-1
/
+1
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
1
-2
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
1
-1
/
+1
2020-01-07
Jira writer: fix output of table headers
Albert Krewinkel
1
-4
/
+4
2019-12-20
Jira writer: use jira-wiki-markup renderer
Albert Krewinkel
1
-266
/
+222
2019-11-22
Jira writer: improve escaping of special chars (#5925)
Albert Krewinkel
1
-18
/
+9
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-12
/
+11
2019-10-31
Jira writer: remove extraneous newline after single-line block quotes
Albert Krewinkel
1
-1
/
+1
2019-10-29
Changes to build with new doctemplates/doclayout.
John MacFarlane
1
-4
/
+8
2019-08-25
Use new doctemplates, doclayout.
John MacFarlane
1
-2
/
+2
2019-08-11
JIRA writer: Remove escapeStringForJira for code blocks
Jan-Otto Kröpke
1
-2
/
+2
2019-07-28
Use doctemplates 0.3, change type of writerTemplate.
John MacFarlane
1
-4
/
+5
2019-06-05
Add jira writer (#5548)
Albert Krewinkel
1
-0
/
+322