Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-22 | Jira writer: improve escaping of special chars (#5925) | Albert Krewinkel | 1 | -47/+48 | |
Backslash-escaping is used instead of HTML entities, as escaped characters are easier to read this way. Furthermore, Confluence, which seems to use a subset of Jira markup, seems to get confused by HTML entities. | |||||
2019-10-31 | Jira writer: remove extraneous newline after single-line block quotes | Albert Krewinkel | 1 | -5/+0 | |
See #5858 | |||||
2019-08-11 | JIRA writer: Remove escapeStringForJira for code blocks | Jan-Otto Kröpke | 1 | -16/+16 | |
2019-06-05 | Add jira writer (#5548) | Albert Krewinkel | 1 | -0/+630 | |
This adds support for Atlassian's jira markup. Closes #2497 |