aboutsummaryrefslogtreecommitdiff
path: root/test/Tests/Writers/Jira.hs
AgeCommit message (Collapse)AuthorFilesLines
2020-06-22Use native Underline instead of Span in JiraJohn MacFarlane1-2/+1
2020-04-04Jira: support citations, attachment links, and user linksAlbert Krewinkel1-0/+34
Closes: #6231 Closes: #6238 Closes: #6239
2020-04-03Jira reader: resolve parsing issues of blockquote, colorAlbert Krewinkel1-0/+5
Parsing problems occurring with block quotes and colored text have been resolved. Fixes: #6233 Fixes: #6235
2020-03-31Jira writer: convert spans with class `underline` to inserted textAlbert Krewinkel1-0/+27
Spans with class `underline` as converted into Jira text marked as `+inserted+`, i.e. surrounded by plus-signs.