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
/
ParserState.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-31
Remove unused HasHeaderMap (#5175)
Alexander
1
-8
/
+2
2018-10-05
Org reader: fix behavior for successive calls of `#+EXCLUDE_TAGS`. (#4951)
Brian Leung
1
-0
/
+2
2018-10-05
Org reader: Add partial support for `#+EXCLUDE_TAGS` option. (#4950)
Brian Leung
1
-0
/
+6
2018-09-06
Org reader: respect export option `p` for planning info
Albert Krewinkel
1
-0
/
+2
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
1
-0
/
+2
2018-02-21
Org reader: allow changing emphasis syntax
Albert Krewinkel
1
-1
/
+11
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
1
-2
/
+2
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-6
/
+5
2017-10-02
Org reader: support `\n` export option
Albert Krewinkel
1
-0
/
+2
2017-07-07
Rewrote LaTeX reader with proper tokenization.
John MacFarlane
1
-0
/
+10
2017-06-03
Improve code style in lua and org modules
Albert Krewinkel
1
-10
/
+9
2017-06-03
Org reader: apply hlint suggestions
Albert Krewinkel
1
-1
/
+0
2017-05-31
Org reader: respect export option for tags
Albert Krewinkel
1
-0
/
+2
2017-05-31
Org reader: fix module names in haddock comments
Albert Krewinkel
1
-1
/
+1
2017-05-18
Org reader: fix smart parsing behavior
Albert Krewinkel
1
-1
/
+1
2017-05-14
Org reader: add basic file inclusion mechanism
Albert Krewinkel
1
-1
/
+10
2017-05-13
Update dates in copyright notices
Albert Krewinkel
1
-2
/
+2
2017-05-06
Org reader: support macros
Albert Krewinkel
1
-0
/
+18
2017-04-30
Provide shared F monad functions for Markdown and Org readers
Albert Krewinkel
1
-37
/
+9
2017-03-12
Issue warning for duplicate header identifiers.
John MacFarlane
1
-0
/
+8
2017-03-04
Stylish-haskell automatic formatting changes.
John MacFarlane
1
-26
/
+22
2017-01-25
Working on readers.
Jesse Rosenthal
1
-2
/
+2
2016-10-30
Org reader: support the `todo` export option
Albert Krewinkel
1
-0
/
+2
2016-10-30
Org reader: add support for todo-markers
Albert Krewinkel
1
-0
/
+39
2016-08-29
Org reader: respect `creator` export option
Albert Krewinkel
1
-0
/
+2
2016-08-29
Org reader: respect `email` export option
Albert Krewinkel
1
-0
/
+2
2016-08-29
Org reader: respect `author` export option
Albert Krewinkel
1
-0
/
+2
2016-07-03
Org reader: support headline levels export setting
Albert Krewinkel
1
-0
/
+3
2016-07-02
Org reader: put export setting parser into module
Albert Krewinkel
1
-75
/
+30
2016-07-01
Org reader: support archived trees export options
Albert Krewinkel
1
-2
/
+19
2016-06-03
Org reader: support special strings export option
Albert Krewinkel
1
-6
/
+14
2016-06-03
Org reader: support emphasized text export option
Albert Krewinkel
1
-10
/
+16
2016-06-03
Org reader: support smart quotes export option
Albert Krewinkel
1
-9
/
+22
2016-06-02
Org reader: drop unused field from parser state
Albert Krewinkel
1
-12
/
+3
2016-05-25
Org reader: extract parsing function to module
Albert Krewinkel
1
-2
/
+5
2016-05-23
Org reader: respect drawer export setting
Albert Krewinkel
1
-1
/
+14
2016-05-19
Org reader: refactor block attribute handling
Albert Krewinkel
1
-4
/
+0
2016-05-11
Org reader: add support for sub/superscript export options
Albert Krewinkel
1
-0
/
+32
2016-05-11
Org reader: move parser state into separate module
Albert Krewinkel
1
-0
/
+175