index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Readers
/
Org
/
Parsing.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-09
Org reader: Resolve org includes relative to ...
John MacFarlane
1
-0
/
+1
2021-05-09
T.P.Parsing: improve include file functions.
John MacFarlane
1
-2
/
+1
2021-05-09
Change reader types, allowing better tracking of source positions.
John MacFarlane
1
-1
/
+1
2021-03-20
Text.Pandoc.Parsing: remove F type synonym.
John MacFarlane
1
-2
/
+2
2021-01-08
Update copyright notices for 2021 (#7012)
Albert Krewinkel
1
-1
/
+1
2020-03-15
Use implicit Prelude (#6187)
Albert Krewinkel
1
-2
/
+0
2020-03-13
Update copyright year (#6186)
Albert Krewinkel
1
-1
/
+1
2019-12-19
Org reader: fix parsing problem for colons in headline
Albert Krewinkel
1
-0
/
+1
2019-11-12
Switch to new pandoc-types and use Text instead of String [API change].
despresc
1
-10
/
+17
2019-03-01
Remove license boilerplate.
John MacFarlane
1
-18
/
+0
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
1
-2
/
+2
2018-10-05
Org reader: Add partial support for `#+EXCLUDE_TAGS` option. (#4950)
Brian Leung
1
-0
/
+8
2018-07-23
Org reader: fix parsers relying on parseFromString
Albert Krewinkel
1
-4
/
+3
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-05-31
Org reader: fix module names in haddock comments
Albert Krewinkel
1
-1
/
+1
2017-05-22
Move indentWith to Text.Pandoc.Parsing (#3687)
Alexander Krotov
1
-0
/
+1
2017-05-17
Merge pull request #3677 from labdsf/anylinenewline
John MacFarlane
1
-0
/
+1
2017-05-17
Move anyLineNewline to Parsing.hs
Alexander Krotov
1
-0
/
+1
2017-05-14
Org reader: add basic file inclusion mechanism
Albert Krewinkel
1
-0
/
+1
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-05-03
Org reader: support table.el tables
Albert Krewinkel
1
-0
/
+1
2017-04-30
Provide shared F monad functions for Markdown and Org readers
Albert Krewinkel
1
-1
/
+1
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-5
/
+5
2017-01-25
Working on readers.
Jesse Rosenthal
1
-17
/
+19
2016-06-05
Org reader: add support for "Berkeley-style" cites
Albert Krewinkel
1
-0
/
+1
2016-06-03
Org reader: support special strings export option
Albert Krewinkel
1
-1
/
+13
2016-05-27
Org reader: support org-ref style citations
Albert Krewinkel
1
-0
/
+1
2016-05-25
Org reader: extract inline parser to module
Albert Krewinkel
1
-0
/
+19
2016-05-25
Org reader: extract parsing function to module
Albert Krewinkel
1
-0
/
+182