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
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
2014-10-18
Merge pull request #1680 from shelf/master
John MacFarlane
1
-7
/
+26
2014-10-18
Merge pull request #1700 from tarleb/org-emphasis-fix
John MacFarlane
1
-5
/
+5
2014-10-18
Org reader: Drop COMMENT document trees
Albert Krewinkel
1
-1
/
+26
2014-10-18
Org reader: fix rules for emphasis recognition
Albert Krewinkel
1
-5
/
+5
2014-10-17
Fix indent issue for definition lists
Timothy Humphries
1
-14
/
+25
2014-10-12
Respect indent when parsing Org bullet lists
Timothy Humphries
1
-2
/
+10
2014-09-27
Org Reader: Parse multi-inline terms correctly in definition list
Matthew Pickering
1
-1
/
+1
2014-09-04
Org reader: Added state changing blanklines.
Jesse Rosenthal
1
-1
/
+8
2014-08-26
Fixed exampleLine parser to accept example lines which have indentation at th...
Calvin Beck
1
-1
/
+1
2014-08-04
Merge pull request #1486 from Aelve/minor
John MacFarlane
1
-1
/
+1
2014-08-04
Use texmath 0.7 interface.
John MacFarlane
1
-2
/
+5
2014-08-04
Use `mapM_` instead of `() <$ mapM` in one place.
Artyom Kazak
1
-1
/
+1
2014-07-20
Org reader: text adjacent to a list yields a Plain, not Para.
John MacFarlane
1
-3
/
+7
2014-07-17
Org reader: Respect :exports header arguments on code blocks
Craig S. Bosma
1
-5
/
+27
2014-06-16
Org reader: make tildes create inline code.
John MacFarlane
1
-4
/
+4
2014-06-16
Org reader: fixed #1342.
John MacFarlane
1
-9
/
+5
2014-05-20
Org reader: support for inline LaTeX
Albert Krewinkel
1
-1
/
+31
2014-05-14
Org reader: support Pandocs citation extension
Albert Krewinkel
1
-2
/
+53
2014-05-14
Introduce class HasLastStrPosition, generalize functions
Albert Krewinkel
1
-7
/
+4
2014-05-10
Org reader: Fix block parameter reader, relax constraints
Albert Krewinkel
1
-6
/
+13
2014-05-09
Org reader: Fix parsing of blank lines within blocks
Albert Krewinkel
1
-6
/
+2
2014-05-09
Org reader: Support arguments for code blocks
Albert Krewinkel
1
-42
/
+56
2014-05-09
Org reader: refactor #+BEGIN..#+END block parsing code
Albert Krewinkel
1
-42
/
+80
2014-05-06
Org reader: Read inline code blocks
Albert Krewinkel
1
-3
/
+40
2014-05-01
Org reader: Add support for custom link types
Albert Krewinkel
1
-8
/
+60
2014-04-25
Org reader: Enable internal links
Albert Krewinkel
1
-12
/
+38
2014-04-24
Org reader: Read anchors as empty spans
Albert Krewinkel
1
-0
/
+25
2014-04-24
Org reader: Recognize plain and angle links
Albert Krewinkel
1
-9
/
+25
[prev]
[next]