aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-29Add docbook5 writer supportIvo Clarysse6-3/+1840
2016-04-27Revert "LaTeX writer: Add `\strut` to fix multiline tables"John MacFarlane2-47/+46
2016-04-26Merge pull request #2735 from mb21/patch-1John MacFarlane2-4/+4
2016-04-26Merge pull request #2829 from adunning/patch-1John MacFarlane2-8/+18
2016-04-26Merge pull request #2876 from shosti/org-code-indentJohn MacFarlane2-4/+47
2016-04-26LaTeX writer: ignore --incremental unless -t beamer.John MacFarlane1-1/+2
2016-04-26Ignore leading space in org code blocksEmanuel Evans2-4/+47
2016-04-20Require texmath 0.8.6.2.John MacFarlane2-2/+2
2016-04-18rtack.yaml: use data-default 0.6.0.John MacFarlane1-0/+2
2016-04-18Allow data-default 0.6.0.John MacFarlane1-1/+1
2016-04-16Docx Reader: Tests for track-changes movingJesse Rosenthal5-0/+22
2016-04-15Docx Reader: parse `moveTo` and `moveFrom`Jesse Rosenthal1-2/+2
2016-04-10Markdown reader: Fix pandoc title blocks with lines ending in 2 spaces.John MacFarlane3-22/+26