index
:
pandoc
main
MSM's mirror of Pandoc
Charlotte Koch
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Tests
/
Readers
/
Org
/
Meta.hs
Age
Commit message (
Expand
)
Author
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-10-10
Org reader: make #+pandoc-emphasis-pre work as expected. (#8360)
Amir Dekel
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2021-10-22
Org reader: allow an initial :PROPERTIES: drawer to add to metadata.
John MacFarlane
2021-02-07
Avoid unnecessary use of NoImplicitPrelude pragma (#7089)
Albert Krewinkel
2021-01-09
Org reader: allow multiple pipe chars in todo sequences
Albert Krewinkel
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2020-12-05
Org reader: preserve targets of spurious links
Albert Krewinkel
2020-11-22
Org reader: parse `#+LANGUAGE` into `lang` metadata field
Albert Krewinkel
2020-11-18
Replace org #+KEYWORDS with #+keywords
TEC
2020-06-29
Org reader: keep unknown keyword lines as raw org
Albert Krewinkel
2020-06-29
Org reader: unify keyword handling
Albert Krewinkel
2020-06-29
Org reader: support LATEX_HEADER_EXTRA and HTML_HEAD_EXTRA settings
Albert Krewinkel
2020-06-29
Org reader: allow multiple #+SUBTITLE export settings
Albert Krewinkel
2020-06-28
Org reader: read `#+INSTITUTE` values as text with markup
Albert Krewinkel
2020-06-28
Org tests: group export settings test for Org reader
Albert Krewinkel
2020-06-28
Org reader: update behavior of author, keywords export settings
Albert Krewinkel
2020-06-27
Org reader: read description lines as inlines
Albert Krewinkel
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
2020-02-07
Apply linter suggestions. Add fix_spacing to lint target in Makefile.
John MacFarlane
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
2018-02-21
Org reader: allow changing emphasis syntax
Albert Krewinkel
2018-01-19
hlint code improvements.
John MacFarlane
2017-12-28
Break-up org reader test file
Albert Krewinkel