aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-29Org reader: rename `parseInlines` to `inlines`Albert Krewinkel2-10/+11
2016-05-27Org reader: support org-ref style citationsAlbert Krewinkel3-7/+107
2016-05-25Merge pull request #2946 from tarleb/org-modularizationJohn MacFarlane7-1629/+1939
2016-05-25Org reader: extract blocks parser to moduleAlbert Krewinkel3-844/+901
2016-05-25Org reader: extract inline parser to moduleAlbert Krewinkel5-756/+889
2016-05-25Org reader: extract parsing function to moduleAlbert Krewinkel4-78/+198
2016-05-24Merge pull request #2942 from mb21/epub-readerJohn MacFarlane1-2/+4
2016-05-24EPUB Reader: normalise Link id as wellmb211-2/+4
2016-05-23Updated changelog.John MacFarlane1-0/+194
2016-05-23RELEASE-CHECKLIST - hint for more useful git log.John MacFarlane1-0/+1
2016-05-23Merge pull request #2941 from tarleb/org-drawer-improvementsJohn MacFarlane5-50/+152
2016-05-23Org writer: add drawer capabilityCarlos Sosa1-0/+11
2016-05-23Org reader: respect drawer export settingAlbert Krewinkel3-13/+103
2016-05-22Org reader/writer: use CUSTOM_ID in propertiesAlbert Krewinkel4-37/+38
2016-05-22Bumped upper-bounds to build with ghc 8.John MacFarlane1-3/+3
2016-05-21HTML reader: fixed bug in pClose.John MacFarlane1-1/+1
2016-05-20Merge pull request #2934 from tarleb/org-properties-drawerJohn MacFarlane4-35/+184
2016-05-20Org writer: add :PROPERTIES: drawer supportAlbert Krewinkel2-2/+114
2016-05-20Org reader: add :PROPERTIES: drawer supportAlbert Krewinkel2-33/+70
2016-05-19Added pandoc-citeproc to stack-appveyor.yaml extra-deps.John MacFarlane1-0/+1
2016-05-19LaTeX template: support for custom font families.John MacFarlane1-7/+7
2016-05-19Merge pull request #2927 from tarleb/org-attr-htmlJohn MacFarlane3-84/+117
2016-05-19Org reader: add support for ATTR_HTML attributesAlbert Krewinkel2-7/+39
2016-05-19Org reader: use custom `anyLine`Albert Krewinkel1-3/+10
2016-05-19Org reader: refactor block attribute handlingAlbert Krewinkel2-83/+77
2016-05-17EPUB reader: unescape URIs in spine.John MacFarlane1-2/+4
2016-05-17LaTeX writer: Don't escape underscore in labels.John MacFarlane1-1/+1
2016-05-16stack.yamls - make sure proper flags used for texmath, pandoc-citeproc.John MacFarlane4-0/+14
2016-05-12Revert "New method for checking for presence of tex program."John MacFarlane2-8/+3
2016-05-12Revert "Use shell instead of proc to check for latex program."John MacFarlane1-29/+7
2016-05-12Revert "Require process >= 1.2.1."John MacFarlane2-4/+9
2016-05-12Merge pull request #2919 from janschulz/masterJohn MacFarlane1-4/+6
2016-05-13Better way to find the artifacts on appveyorJan Schulz1-4/+6
2016-05-12appveyor - enable automatic builds, fix zip creation.John MacFarlane1-3/+4
2016-05-12Require process >= 1.2.1.John MacFarlane2-9/+4
2016-05-12Merge pull request #2894 from sid-kap/rst-code-classJohn MacFarlane2-6/+37
2016-05-11Merge pull request #2913 from jlduran/strut-minipage-tablesJohn MacFarlane2-74/+74
2016-05-11Merge pull request #2910 from janschulz/masterJohn MacFarlane2-12/+50
2016-05-11Added some CSS to handle older versions of process.John MacFarlane1-1/+6
2016-05-11Use windows stack.yaml on appveyor to embedded the templatesJan Schulz2-13/+43
2016-05-11Use shell instead of proc to check for latex program.John MacFarlane1-7/+24
2016-05-11Merge pull request #2912 from tarleb/org-export-settingsJohn MacFarlane4-159/+327
2016-05-11Org reader: parse but ignore export optionsAlbert Krewinkel1-2/+35
2016-05-11Org reader: add support for sub/superscript export optionsAlbert Krewinkel3-3/+63
2016-05-11Org reader: move parser state into separate moduleAlbert Krewinkel3-158/+233
2016-05-11Retake on strut with \minipage inside tablesJose Luis Duran2-74/+74
2016-05-10Add appveyor artefacts for pandoc.exeJan Schulz1-0/+8
2016-05-10Made detection of latex program more robust.John MacFarlane1-2/+5
2016-05-09New method for checking for presence of tex program.John MacFarlane2-3/+5
2016-05-09Merge pull request #2908 from ickc/masterJohn MacFarlane1-1/+1