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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-09
Org reader: fix image filename recognition
Albert Krewinkel
1
-6
/
+7
2018-05-07
Use Data.Maybe.fromMaybe
Alexander Krotov
1
-6
/
+3
2018-03-18
Removed unnecessary import.
John MacFarlane
1
-2
/
+0
2018-03-18
Use NoImplicitPrelude and explicitly import Prelude.
John MacFarlane
9
-0
/
+18
2018-03-16
Monoid/Semiground cleanup relying on custom Prelude.
John MacFarlane
3
-3
/
+0
2018-03-15
Remove redundant import.
John MacFarlane
1
-1
/
+1
2018-03-13
Require pandoc-types 1.17.4.
John MacFarlane
2
-2
/
+2
2018-02-21
Org reader: allow changing emphasis syntax
Albert Krewinkel
3
-11
/
+39
2018-01-19
hlint code improvements.
John MacFarlane
1
-1
/
+1
2018-01-05
Update copyright notices to include 2018
Albert Krewinkel
9
-18
/
+18
2017-12-28
Org reader: support minlevel option for includes
Albert Krewinkel
1
-14
/
+37
2017-12-20
Org reader: fix asterisks-related parsing error
Albert Krewinkel
1
-1
/
+1
2017-11-22
Org reader: allow empty list items
Albert Krewinkel
2
-45
/
+42
2017-10-27
Automatic reformating by stylish-haskell.
John MacFarlane
1
-6
/
+5
2017-10-27
Consistent underline for Readers (#2270)
hftf
1
-2
/
+2
2017-10-08
Org reader: end footnotes after two blank lines
Albert Krewinkel
1
-4
/
+5
2017-10-02
Org reader: support `\n` export option
Albert Krewinkel
3
-2
/
+5
2017-09-25
Org reader: update emphasis border chars
Albert Krewinkel
1
-3
/
+3
2017-08-09
Org reader: use org-language attribute rather than data-org-language.
John MacFarlane
1
-1
/
+1
2017-08-09
Org reader: use tag-name attribute instead of data-tag-name.
John MacFarlane
1
-1
/
+1
2017-07-07
Rewrote LaTeX reader with proper tokenization.
John MacFarlane
2
-2
/
+13
2017-06-03
Improve code style in lua and org modules
Albert Krewinkel
5
-26
/
+24
2017-06-03
Org reader: apply hlint suggestions
Albert Krewinkel
7
-89
/
+84
2017-05-31
Org reader: respect export option for tags
Albert Krewinkel
3
-2
/
+8
2017-05-31
Org reader: include tags in headlines
Albert Krewinkel
1
-6
/
+16
2017-05-31
Org reader: recognize babel result blocks with attributes
Albert Krewinkel
2
-22
/
+22
2017-05-31
Org reader: fix module names in haddock comments
Albert Krewinkel
7
-9
/
+8
2017-05-28
Org reader: Fix cite parsing behaviour
Herwig Stuetz
1
-2
/
+10
2017-05-28
Parsing: `many1Till`: Check for the end condition before parsing
Herwig Stuetz
1
-2
/
+2
2017-05-27
Org reader: subject full doc tree to headline transformations
Albert Krewinkel
2
-6
/
+37
2017-05-22
Move indentWith to Text.Pandoc.Parsing (#3687)
Alexander Krotov
2
-9
/
+1
2017-05-18
Org reader: fix smart parsing behavior
Albert Krewinkel
2
-10
/
+15
2017-05-17
Merge pull request #3677 from labdsf/anylinenewline
John MacFarlane
2
-4
/
+1
2017-05-17
Move anyLineNewline to Parsing.hs
Alexander Krotov
2
-4
/
+1
2017-05-16
Org reader: replace `sequence . map` with `mapM`
Albert Krewinkel
2
-3
/
+3
2017-05-16
Org reader: put tree parsing code into dedicated module
Albert Krewinkel
2
-210
/
+262
2017-05-14
Org reader: add basic file inclusion mechanism
Albert Krewinkel
3
-5
/
+43
2017-05-13
Update dates in copyright notices
Albert Krewinkel
6
-11
/
+11
2017-05-12
Replace `repeat' and `take' with `replicate' once more
Alexander Krotov
1
-1
/
+1
2017-05-06
Drop redundant import of sort
Albert Krewinkel
1
-1
/
+1
2017-05-06
Org reader: support macros
Albert Krewinkel
3
-1
/
+65
2017-05-03
Org reader: support table.el tables
Albert Krewinkel
3
-8
/
+18
2017-04-30
Provide shared F monad functions for Markdown and Org readers
Albert Krewinkel
2
-38
/
+10
2017-04-30
Add returnF to Text.Pandoc.Parsing
Alexander Krotov
2
-3
/
+3
2017-04-30
Org reader: Avoid creating nullMeta by applying setMeta directly
Alexander Krotov
1
-4
/
+1
2017-04-23
Org reader: allow multi-word arguments to src block params
Albert Krewinkel
1
-2
/
+5
2017-04-23
Org reader: stop adding rundoc prefix to src params
Albert Krewinkel
3
-39
/
+24
2017-04-23
Org reader: handle line numbering switch for src blocks
Albert Krewinkel
1
-13
/
+57
2017-04-16
Org reader: allow emphasized text to be followed by `[`
Albert Krewinkel
1
-1
/
+1
2017-04-16
Org reader: convert markup at beginning of footnotes
Albert Krewinkel
1
-1
/
+1
[next]