aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Readers/Org/Shared.hs
AgeCommit message (Expand)Author
2025-03-29Add AVIF to Org Reader image extensions (#10736)Christian Christiansen
2024-07-08Harmonize maintainer email addresses in module headers.Albert Krewinkel
2024-04-25Update copyright dates to 2024.John MacFarlane
2023-01-10Update copyright years, it's 2023!Albert Krewinkel
2022-10-19Text.Pandoc.Shared: remove `elemText`, `notElemText`. [API change]John MacFarlane
2022-08-03Org reader: add missing `/` to Windows file URI; fixes prev commitAlbert Krewinkel
2022-08-02Org reader: recognize absolute paths on WindowsAlbert Krewinkel
2022-06-08org reader: recognize {webp,jxl} files as imagesYI
2022-01-02Copyright notices: update for 2022Albert Krewinkel
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel
2020-09-13Fix hlint suggestions, update hlint.yaml (#6680)Christian Despres
2020-06-20Recognize images with uppercase extensionsAlbert Krewinkel
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel
2020-03-13Update copyright year (#6186)Albert Krewinkel
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc
2019-03-01Remove license boilerplate.John MacFarlane
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel
2019-01-01Org reader: fix treatment of links to imagesAlbert Krewinkel
2018-09-26Force inline code blocks to honor export options.leungbk
2018-05-09Org reader: fix image filename recognitionAlbert Krewinkel
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane
2018-01-05Update copyright notices to include 2018Albert Krewinkel
2017-08-09Org reader: use org-language attribute rather than data-org-language.John MacFarlane
2017-06-03Org reader: apply hlint suggestionsAlbert Krewinkel
2017-05-31Org reader: fix module names in haddock commentsAlbert Krewinkel
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-04-23Org reader: stop adding rundoc prefix to src paramsAlbert Krewinkel
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2016-08-09Org reader: ensure image sources are proper linksAlbert Krewinkel
2016-06-02Org reader: undo code duplicationAlbert Krewinkel