aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-19Org reader: refactor block attribute handlingAlbert Krewinkel2-83/+77
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
2016-05-09Loading the full MathJax config to maximize loading speedKolenCheung1-1/+1
2016-05-09Merge pull request #1 from jgm/masterickc70-457/+2786
2016-05-09Avoid lazy foldl in LaTeX writer.John MacFarlane1-4/+5
2016-05-09Change default mathjax setup to use TeX-AMS_CHTML configuration.John MacFarlane1-1/+1
2016-05-09Use new CommonHTML output for MathJax (updated default MathJax URL).John MacFarlane1-1/+1
2016-05-09README: clarified documentation of `implicit_header_references`.John MacFarlane1-5/+10
2016-05-09Merge pull request #2907 from tarleb/org-fixesJohn MacFarlane3-5/+14
2016-05-09Org writer: print empty table rowsAlbert Krewinkel1-1/+1
2016-05-09Org reader: fix inline-LaTeX regressionAlbert Krewinkel2-4/+13
2016-05-09Merge pull request #2906 from roblabla/feature-mediaWikiTableHeaderSpacesJohn MacFarlane3-1/+14
2016-05-09Allow spaces before '!' in MediaWiki table headerroblabla3-1/+14
2016-05-05Merge pull request #2898 from tarleb/org-table-refactoringJohn MacFarlane2-64/+75
2016-05-05Merge pull request #2900 from tarleb/org-symbol-fixJohn MacFarlane2-5/+11
2016-05-04Org reader: fix spacing after LaTeX-style symbolsAlbert Krewinkel2-5/+11
2016-05-04Org reader: fix handling of empty table cells, rowsAlbert Krewinkel2-14/+29
2016-05-04Org reader: refactor rows-to-table conversionAlbert Krewinkel1-25/+25
2016-05-04Org reader: stop padding short table rowsAlbert Krewinkel2-28/+24
2016-05-01Added docbook5 templates, test files to pandoc.cabal.John MacFarlane1-0/+3
2016-05-01Bump version to 1.17.1.John MacFarlane1-1/+1
2016-05-01README: Added docbook5 as output format.John MacFarlane1-22/+22
2016-05-01Added docbook5 template.John MacFarlane1-7/+7
2016-05-01Merge pull request #2890 from bcdevices/docbook5-writerJohn MacFarlane6-6/+1849
2016-05-01Add one more testSidharth Kapur1-0/+14
2016-05-01Use `codeBlockWith`Sidharth Kapur1-6/+6
2016-05-01Add test for RST code directive classSidharth Kapur1-0/+15
2016-05-01Add class option for code block in RST readerSidharth Kapur1-6/+8
2016-05-01Binary fmts throw PandocError on zip-archive failJesse Rosenthal2-3/+7
2016-05-01LaTeX writer: use {} around options containing special chars.John MacFarlane1-4/+9
2016-05-01Docx Reader: Throw PandocError on unzip failureJesse Rosenthal1-4/+5
2016-04-29Docbook5 writer: Properly handle ulink/linkIvo Clarysse2-34/+37
2016-04-29Write out Docbook 5 namespaceIvo Clarysse3-7/+10
2016-04-29HTML writer: ensure mathjax link is added when math appears in footnote.John MacFarlane1-3/+2