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.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-05
Merge pull request #2898 from tarleb/org-table-refactoring
John MacFarlane
1
-59
/
+59
2016-05-04
Org reader: fix spacing after LaTeX-style symbols
Albert Krewinkel
1
-5
/
+7
2016-05-04
Org reader: fix handling of empty table cells, rows
Albert Krewinkel
1
-13
/
+17
2016-05-04
Org reader: refactor rows-to-table conversion
Albert Krewinkel
1
-25
/
+25
2016-05-04
Org reader: stop padding short table rows
Albert Krewinkel
1
-24
/
+20
2016-04-26
Ignore leading space in org code blocks
Emanuel Evans
1
-4
/
+20
2016-02-20
Merge pull request #2646 from tarleb/org-figure-with-no-name
John MacFarlane
1
-3
/
+3
2016-01-31
Org reader: Refactor link-target processing
Albert Krewinkel
1
-29
/
+29
2016-01-22
Changed type of Shared.uniqueIdent argument from [String] to Set String.
John MacFarlane
1
-2
/
+3
2016-01-11
Prefix even empty figure names with "fig:"
Albert Krewinkel
1
-3
/
+3
2016-01-07
Fix function dropping subtrees tagged :noexport:
Albert Krewinkel
1
-2
/
+4
2015-12-12
Modified readers to emit SoftBreak when appropriate.
John MacFarlane
1
-1
/
+1
2015-11-13
Merge pull request #2526 from tarleb/org-definition-lists-fix
John MacFarlane
1
-1
/
+4
2015-11-13
Org reader: Require whitespace around def list markers
Albert Krewinkel
1
-1
/
+4
2015-11-13
Org reader: Fix emphasis rules for smart parsing
Albert Krewinkel
1
-4
/
+9
2015-11-09
Restored Text.Pandoc.Compat.Monoid.
John MacFarlane
1
-0
/
+1
2015-11-09
Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."
John MacFarlane
1
-1
/
+0
2015-11-08
Merge pull request #2505 from tarleb/org-header-markup-fix
John MacFarlane
1
-1
/
+1
2015-11-08
Use -XNoImplicitPrelude and 'import Prelude' explicitly.
John MacFarlane
1
-0
/
+1
2015-11-08
Org reader: fix markup parsing in headers
Albert Krewinkel
1
-1
/
+1
2015-10-25
Merge pull request #2477 from tarleb/org-toggling-header-args
John MacFarlane
1
-4
/
+16
2015-10-25
Org reader: allow toggling header args
Albert Krewinkel
1
-4
/
+16
2015-10-24
Org reader: fix paragraph/list interaction
Albert Krewinkel
1
-6
/
+29
2015-10-14
Use custom Prelude to avoid compiler warnings.
John MacFarlane
1
-5
/
+2
2015-09-19
Make sure verse blocks can contain empty lines
Albert Krewinkel
1
-1
/
+1
2015-08-15
Org reader: add auto identifiers if not present on headers
Juliusz Gonera
1
-1
/
+16
2015-05-26
Merge pull request #2170 from tarleb/org-generalize-result-block
John MacFarlane
1
-16
/
+21
2015-05-23
Org reader: drop trees with a :noexport: tag
Albert Krewinkel
1
-4
/
+12
2015-05-23
Org reader: put header tags into empty spans
Albert Krewinkel
1
-2
/
+19
2015-05-23
Org reader: generalize code block result parsing
Albert Krewinkel
1
-3
/
+3
2015-05-23
Reorder block arguments parsing code
Albert Krewinkel
1
-13
/
+18
2015-04-26
Updated copyright notices to -2015. Closes #2111.
John MacFarlane
1
-1
/
+1
2015-04-18
Revert "Merge pull request #1947 from mpickering/Fmonad"
John MacFarlane
1
-226
/
+248
2015-03-28
Merge branch 'master' of https://github.com/rootzlevel/pandoc into rootzlevel...
John MacFarlane
1
-1
/
+1
2015-03-28
Merge branch 'errortype' of https://github.com/mpickering/pandoc into mpicker...
John MacFarlane
1
-12
/
+12
2015-03-22
Factor out "returnState" into Parsing module
Matthew Pickering
1
-8
/
+1
2015-03-22
Remove F monad from Parsing
Matthew Pickering
1
-2
/
+1
2015-03-22
Remove F monad from Org Reader.
Matthew Pickering
1
-239
/
+227
2015-03-09
Org reader: add support for smart punctuation
Craig S. Bosma
1
-8
/
+50
2015-02-25
Org reader: Allow image links with non-image targets
Hans-Peter Deifel
1
-1
/
+1
2015-02-18
Change return type of Org reader
Matthew Pickering
1
-4
/
+6
2015-02-18
Factor out "returnState" into Parsing module
Matthew Pickering
1
-7
/
+1
2015-02-18
Remove F monad from Parsing
Matthew Pickering
1
-2
/
+1
2015-02-18
Remove F monad from Org Reader.
Matthew Pickering
1
-227
/
+212
2015-01-05
ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wik...
Mark Wright
1
-3
/
+4
2014-12-14
Org reader: properly handle links to `file:target`
Albert Krewinkel
1
-6
/
+18
2014-11-13
Fixed bug in org with bulleted lists:
John MacFarlane
1
-5
/
+5
2014-11-05
Org reader: allow empty links for gitit interop
Albert Krewinkel
1
-1
/
+5
2014-11-05
Org reader: absolute, relative paths in links
Albert Krewinkel
1
-14
/
+19
2014-10-20
Org reader: parse LaTeX-style MathML entities
Albert Krewinkel
1
-1
/
+8
[next]