aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-24Markdown reader: Fixed regression on line breaks in strict mode.John MacFarlane1-1/+1
2014-03-19beamer template: changes for better unicode handling.John MacFarlane1-7/+7
2014-03-19PDF: Changes to error reporting, to handle non-UTF8 error output.John MacFarlane2-4/+6
2014-03-18Remove Makefile.John MacFarlane1-51/+0
2014-03-14EPUB writer: Handle files linked in raw img tags.John MacFarlane1-1/+1
2014-03-14EPUB writer: Handle media in audio source tags.John MacFarlane1-27/+28
2014-03-14EPUB writer: Incorporate files linked in <video> tags.John MacFarlane2-10/+47
2014-03-14RST writer: Avoid stack overflow with certain tables.John MacFarlane1-2/+6
2014-03-12Man writer: Ensure that terms in definition lists aren't line wrapped.John MacFarlane1-1/+1
2014-03-10Merge pull request #1190 from eVITAERC/patch/1151-windows-texliveJohn MacFarlane1-12/+15
2014-03-10PDF: Use / as path separators in latex input onlyTim Lin1-12/+15
2014-03-10PDF: Use / as path separators in tempdir on Windows.John MacFarlane1-3/+11
2014-03-09PDF: Use / as path separators even on Windows.John MacFarlane1-2/+3
2014-03-05HTML writer: Add colgroup around col tags.John MacFarlane2-5/+16
2014-03-05SelfContained: Handle "poster" attribute in "video" tags.John MacFarlane1-8/+10
2014-03-05Templates: YAML objects resolve to "true" in conditionals.John MacFarlane1-0/+1
2014-03-04Added default.icml to templates.John MacFarlane1-6/+7
2014-03-04Updated README and pandoc.cabal with icml writer.John MacFarlane2-19/+20
2014-03-04Merge branch 'master' of https://github.com/mb21/pandoc into mb21-masterJohn MacFarlane6-1/+4301
2014-03-04Added org-mode to list of readers in cabal description.John MacFarlane1-2/+2
2014-03-04Merge pull request #1179 from tarleb/orgJohn MacFarlane7-16/+1110
2014-03-04Update README to include info on Org-mode readerAlbert Krewinkel1-16/+17
2014-03-04Add a simple Emacs Org-mode readerAlbert Krewinkel6-0/+1093
2014-02-28InDesign ICML Writermb216-1/+4301
2014-02-26Markdown reader: Improved parsing of nested divs.John MacFarlane1-0/+2
2014-02-26Markdown parser: avoid backtracking when closing `</div>` not found.John MacFarlane1-6/+13
2014-02-26Markdown reader: small efficiency improvement.John MacFarlane1-1/+1
2014-02-25Added readerTrace to ReaderOptions, --trace command line opt.John MacFarlane3-1/+22
2014-02-23PDF: Use ; for TEXINPUTS separator on Windows.John MacFarlane2-1/+8
2014-02-21Fixed bug in reference link parsing in markdown_mmd.John MacFarlane1-1/+1
2014-02-20Revised tests for new latex template.John MacFarlane3-3/+3
2014-02-20default.latex template: use fontenc package only for pdflatex.John MacFarlane1-6/+6
2014-02-19Make rst figures true figures. Closes #1168.John MacFarlane1-1/+1
2014-02-18Move include-after to end in revealjs template. (certainlyakey)John MacFarlane1-7/+6
2014-02-17Merge pull request #1145 from wilx/en-dash-ligature-avoidanceJohn MacFarlane1-1/+1
2014-02-17HTML writer: Fixed bug with unnumbered section headings.John MacFarlane1-1/+2
2014-02-15Merge pull request #1163 from merijn/masterJohn MacFarlane4-10/+121
2014-02-15Clarified field values in RstCustomRoles.Merijn Verstraaten1-0/+4
2014-02-15Enhanced Pandoc's support for rST roles.Merijn Verstraaten4-10/+117
2014-02-13Added explanation of 'nocite' trick.John MacFarlane1-0/+15
2014-02-09Merge remote-tracking branch 'origin/master' into en-dash-ligature-avoidance.Vaclav Zeman105-4456/+2074
2014-02-08Use \/ to avoid en-dash ligature instead of -{}-.Vaclav Zeman1-1/+1
2014-02-07Merge pull request #1143 from merijn/masterJohn MacFarlane1-2/+1
2014-02-06Removed RenderState datatype context.Merijn Verstraaten1-2/+1
2014-02-04Slight code reorganization in endline.John MacFarlane1-5/+3
2014-02-03Version bump to 1.12.3.3.John MacFarlane2-1/+6
2014-02-03Version bump to 1.12.3.2.John MacFarlane1-1/+1
2014-02-03Updated changelog.John MacFarlane1-0/+14
2014-01-27Bumped version bounds for blaze-html, blaze-markup.John MacFarlane1-2/+2
2014-01-24ImageSize: Avoid use of lookAhead, which is not in binary >= 0.6.John MacFarlane1-4/+5