Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-05-25 | Jira: add support for "smart" links | Albert Krewinkel | 1 | -0/+8 | |
Support has been added for the new `[alias|https://example.com|smart-card]` syntax. | |||||
2021-05-24 | Jira writer: use `{color}` when span has a color attribute | Albert Krewinkel | 1 | -0/+4 | |
Closes: tarleb/jira-wiki-markup#10 | |||||
2021-03-13 | Jira writer: improve div/panel handling | Albert Krewinkel | 1 | -0/+30 | |
Include div attributes in panels, always render divs with class `panel` as panels, and avoid nesting of panels. | |||||
2021-03-08 | Jira writer: use noformat instead of code for unknown languages. | Albert Krewinkel | 1 | -0/+10 | |
Code blocks that are not marked as a language supported by Jira are rendered as preformatted text with `{noformat}` blocks. Fixes: tarleb/jira-wiki-markup#4 | |||||
2021-03-01 | Jira writer: use Span identifiers as anchors | Albert Krewinkel | 1 | -1/+8 | |
Closes: tarleb/jira-wiki-markup#3. | |||||
2020-06-22 | Use native Underline instead of Span in Jira | John MacFarlane | 1 | -2/+1 | |
2020-04-04 | Jira: support citations, attachment links, and user links | Albert Krewinkel | 1 | -0/+34 | |
Closes: #6231 Closes: #6238 Closes: #6239 | |||||
2020-04-03 | Jira reader: resolve parsing issues of blockquote, color | Albert Krewinkel | 1 | -0/+5 | |
Parsing problems occurring with block quotes and colored text have been resolved. Fixes: #6233 Fixes: #6235 | |||||
2020-03-31 | Jira writer: convert spans with class `underline` to inserted text | Albert Krewinkel | 1 | -0/+27 | |
Spans with class `underline` as converted into Jira text marked as `+inserted+`, i.e. surrounded by plus-signs. |