index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Readers
/
Jira.hs
Age
Commit message (
Expand
)
Author
2023-03-13
Jira reader: add panel title as nested div
Albert Krewinkel
2023-01-11
Use jira-wiki-markup 1.5.0
Albert Krewinkel
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-10-29
Fix an import warning.
John MacFarlane
2022-10-29
Use T.P.XML lookupEntity in Jira reader.
John MacFarlane
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2021-05-25
Jira: add support for "smart" links
Albert Krewinkel
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
2021-03-13
Jira reader: mark divs created from panels with class "panel".
Albert Krewinkel
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2020-06-22
Use native Underline instead of Span in Jira
John MacFarlane
2020-04-15
Use the new builders, modify readers to preserve empty headers
despresc
2020-04-09
Jira reader: improve icon conversion
Albert Krewinkel
2020-04-04
Jira: support citations, attachment links, and user links
Albert Krewinkel
2020-03-31
Jira reader: use span with class `underline` for inserted text
Albert Krewinkel
2020-03-30
Jira reader: retain image attributes
Albert Krewinkel
2020-03-30
Jira reader: read `(?)` icon as "small questionmark" character
Albert Krewinkel
2020-03-22
Finer grained imports of Text.Pandoc.Class submodules (#6203)
Albert Krewinkel
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
2020-03-13
Jira reader: support colored inline text, indented lists
Albert Krewinkel
2020-02-07
Resolve HLint warnings
Albert Krewinkel
2019-12-17
Add jira reader (#5913)
Albert Krewinkel