aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-04Added caption package to default beamer template. Closes #1200.John MacFarlane1-7/+6
2014-04-04Custom writer: read lua script as UTF-8.John MacFarlane1-1/+2
2014-04-01MediaWiki reader: Fixed bug in certain nested lists.John MacFarlane3-1/+9
2014-04-01Added HTML reader tests for empty strong, emph.John MacFarlane2-0/+2
2014-04-01HTML reader: idiomatic rewriting for clarity.John MacFarlane1-5/+4
2014-04-01Merge pull request #1207 from mpickering/htmlinlinesJohn MacFarlane10-391/+446
2014-04-01Tests updated to reflect changes to readers.Matthew Pickering5-124/+132
2014-04-01Changed the smart punctuation parser to return Inlines rather than an Inline ...Matthew Pickering4-27/+24
2014-04-01Converted HTML reader to use builder. Fixes #1162.Matthew Pickering1-109/+126
2014-04-01Bugfix for #1175 and convert textile reader to use builder.Matthew Pickering1-134/+167
2014-03-31Make --toc-depth work well with books in latex/pdf output.John MacFarlane1-2/+2
2014-03-30Markdown writer: Use longer backtick fences if needed.John MacFarlane1-1/+5
2014-03-25LaTeX reader: Better handling of figure and table with caption.John MacFarlane1-11/+34
2014-03-25Parsing: Added stateCaption.John MacFarlane1-1/+2
2014-03-25Revert "LaTeX reader: Added LPState."John MacFarlane1-18/+0
2014-03-25LaTeX reader: Added LPState.John MacFarlane1-0/+18
2014-03-25Parsing: Added HasMacros, simplified other typeclasses.John MacFarlane2-30/+24
2014-03-25Whitespace change, and note:John MacFarlane1-0/+1
2014-03-25API changes to HasReaderOptions, HasHeaderMap, HasIdentifierList.John MacFarlane2-39/+47
2014-03-25LaTeX reader: Better handling of "table" environment.John MacFarlane1-0/+1
2014-03-24RTF writer: Fixed tables cells containing paragraphs.John MacFarlane2-93/+93
2014-03-24Merge pull request #1068 from jaimeMF/mw-images-langsJohn MacFarlane3-1/+8
2014-03-24Parsing: Make F an instance of Applicative. Closes #1138.John MacFarlane1-2/+2
2014-03-24Fixed typo in READMEJohn MacFarlane1-1/+1
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