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
/
Org
/
BlockStarts.hs
Age
Commit message (
Expand
)
Author
2023-08-30
Org reader: don't parse alphabetical lists...
John MacFarlane
2023-08-18
Org reader: allow example lines to end immediately after the colon
Brian Leung
2023-01-10
Update copyright years, it's 2023!
Albert Krewinkel
2022-02-21
Org reader: More flexible LaTeX environments
Lucas V. R
2022-01-09
Org reader: support alphabetical (fancy) lists
Lucas Viana
2022-01-06
Org reader: support counter cookies in lists
Lucas Viana
2022-01-02
Copyright notices: update for 2022
Albert Krewinkel
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
2019-10-27
Org reader: fix parsing of empty comment lines
Albert Krewinkel
2019-03-01
Remove license boilerplate.
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-01-05
Update copyright notices to include 2018
Albert Krewinkel
2017-11-22
Org reader: allow empty list items
Albert Krewinkel
2017-06-03
Org reader: apply hlint suggestions
Albert Krewinkel
2017-05-31
Org reader: fix module names in haddock comments
Albert Krewinkel
2017-05-13
Update dates in copyright notices
Albert Krewinkel
2017-05-03
Org reader: support table.el tables
Albert Krewinkel
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
2017-01-25
Working on readers.
Jesse Rosenthal
2016-11-24
Org reader: respect column width settings
Albert Krewinkel
2016-11-19
Un-break Travis build
Albert Krewinkel
2016-11-19
Org reader: Ensure images in paragraphs are not parsed as figures
Albert Krewinkel
2016-05-25
Org reader: extract inline parser to module
Albert Krewinkel