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
2019-05-05
Org reader: prefer plain symbols over math symbols
Albert Krewinkel
1
-1
/
+1
2019-05-05
Org reader: recognize emphasis after TODO/DONE keyword
Albert Krewinkel
1
-1
/
+3
2019-03-01
Remove license boilerplate.
John MacFarlane
9
-160
/
+0
2019-02-04
Add missing copyright notices and remove license boilerplate (#5112)
Albert Krewinkel
9
-18
/
+18
2019-01-30
Org reader: add support for #+SELECT_TAGS.
leungbk
4
-23
/
+78
2019-01-30
Org reader: separate filtering logic from conversion function.
leungbk
2
-8
/
+11
2019-01-07
Org reader: allow for case of :minlevel == 0.
John MacFarlane
1
-1
/
+3
2019-01-07
Org reader: handle `minlevel` option differently. (#5190)
Brian Leung
1
-3
/
+1
2019-01-01
Org reader: fix self-link parsing regression
Albert Krewinkel
1
-5
/
+6
2019-01-01
Org reader: fix treatment of links to images
Albert Krewinkel
2
-13
/
+16
2019-01-01
Org reader: hlint
Albert Krewinkel
1
-2
/
+2
2018-12-31
Remove unused HasHeaderMap (#5175)
Alexander
1
-8
/
+2
2018-12-17
Replace read with safeRead. Closes #5162.
John MacFarlane
1
-1
/
+1
2018-10-22
Add enclosedByPair1 and change relevant invocations.
leungbk
1
-7
/
+13
2018-10-22
Add space after brace.
leungbk
1
-1
/
+1
2018-10-05
Org reader: fix behavior for successive calls of `#+EXCLUDE_TAGS`. (#4951)
Brian Leung
2
-8
/
+13
2018-10-05
Org reader: Add partial support for `#+EXCLUDE_TAGS` option. (#4950)
Brian Leung
4
-7
/
+32
2018-10-04
Add lookupMeta* functions to Text.Pandoc.Writers.Shared (#4907)
Mauro Bieg
1
-8
/
+1
2018-09-28
Parse empty argument array in inline src blocks.
leungbk
1
-1
/
+2
2018-09-26
Force inline code blocks to honor export options.
leungbk
3
-6
/
+8
2018-09-06
Org reader: respect export option `p` for planning info
Albert Krewinkel
3
-2
/
+28
2018-09-06
Org reader internals: disable some GHC extensions
Albert Krewinkel
1
-26
/
+32
2018-09-05
Org reader: strip planning info from output
Albert Krewinkel
1
-1
/
+35
2018-07-23
Org reader: fix parsers relying on parseFromString
Albert Krewinkel
1
-4
/
+3
2018-07-02
Spellcheck comments
Alexander Krotov
2
-2
/
+2
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
[next]