aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
AgeCommit message (Expand)AuthorFilesLines
2016-05-17LaTeX writer: Don't escape underscore in labels.John MacFarlane1-1/+1
2016-05-12Merge pull request #2894 from sid-kap/rst-code-classJohn MacFarlane1-6/+8
2016-05-11Merge pull request #2913 from jlduran/strut-minipage-tablesJohn MacFarlane1-2/+2
2016-05-11Merge pull request #2912 from tarleb/org-export-settingsJohn MacFarlane2-159/+320
2016-05-11Org reader: parse but ignore export optionsAlbert Krewinkel1-2/+35
2016-05-11Org reader: add support for sub/superscript export optionsAlbert Krewinkel2-3/+57
2016-05-11Org reader: move parser state into separate moduleAlbert Krewinkel2-158/+232
2016-05-11Retake on strut with \minipage inside tablesJose Luis Duran1-2/+2
2016-05-09Avoid lazy foldl in LaTeX writer.John MacFarlane1-4/+5
2016-05-09Merge pull request #2907 from tarleb/org-fixesJohn MacFarlane2-5/+10
2016-05-09Org writer: print empty table rowsAlbert Krewinkel1-1/+1
2016-05-09Org reader: fix inline-LaTeX regressionAlbert Krewinkel1-4/+9
2016-05-09Allow spaces before '!' in MediaWiki table headerroblabla1-1/+1
2016-05-05Merge pull request #2898 from tarleb/org-table-refactoringJohn MacFarlane1-59/+59
2016-05-04Org reader: fix spacing after LaTeX-style symbolsAlbert Krewinkel1-5/+7
2016-05-04Org reader: fix handling of empty table cells, rowsAlbert Krewinkel1-13/+17
2016-05-04Org reader: refactor rows-to-table conversionAlbert Krewinkel1-25/+25
2016-05-04Org reader: stop padding short table rowsAlbert Krewinkel1-24/+20
2016-05-01Merge pull request #2890 from bcdevices/docbook5-writerJohn MacFarlane2-6/+17
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 Clarysse1-1/+3
2016-04-29Write out Docbook 5 namespaceIvo Clarysse2-6/+9
2016-04-29HTML writer: ensure mathjax link is added when math appears in footnote.John MacFarlane1-3/+2
2016-04-29Add docbook5 writer supportIvo Clarysse2-3/+9
2016-04-27Revert "LaTeX writer: Add `\strut` to fix multiline tables"John MacFarlane1-2/+1
2016-04-26Merge pull request #2735 from mb21/patch-1John MacFarlane1-1/+1
2016-04-26Merge pull request #2829 from adunning/patch-1John MacFarlane1-7/+17
2016-04-26Merge pull request #2876 from shosti/org-code-indentJohn MacFarlane1-4/+20
2016-04-26LaTeX writer: ignore --incremental unless -t beamer.John MacFarlane1-1/+2
2016-04-26Ignore leading space in org code blocksEmanuel Evans1-4/+20
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 MacFarlane1-19/+23
2016-04-10Markdown + HTML readers: be more forgiving about unescaped &.John MacFarlane1-10/+15
2016-04-01LaTeX writer: Add missing languages.Andrew Dunning1-7/+17
2016-03-30Recognize `la-x-classic` as Classical Latin.Andrew Dunning1-0/+2
2016-03-26EPUB writer: set 'navpage' variable on nav page.John MacFarlane1-1/+2
2016-03-25Removed two superfluous lines.John MacFarlane1-2/+0
2016-03-24LaTeX writer: better positioning for hypertarget in figures.John MacFarlane1-16/+23
2016-03-24LaTeX writer: Fixed position of label in figures.John MacFarlane1-3/+3
2016-03-22Updated copyright dates to include 2016.John MacFarlane17-34/+34
2016-03-22Fixed bug in Markdown raw HTML parsing.John MacFarlane1-1/+1
2016-03-20LaTeX Writer: fix polyglossia to babel env mappingMauro Bieg1-1/+1
2016-03-19Merge pull request #2637 from mb21/latex-figure-labelJohn MacFarlane1-19/+24
2016-03-18ConTeXt writer: fix whitespace at line beginning in line blocks.John MacFarlane1-1/+11
2016-03-18LaTeX writer: Avoid double toprule in headerless table with caption.John MacFarlane1-7/+10
2016-03-18Docx reader: Handle alternate contentJesse Rosenthal1-14/+37
2016-03-16Docx reader: Don't make numbered heads into lists.Jesse Rosenthal1-6/+8