summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Replaced tabs with spaces in MANUAL.txt.John MacFarlane2018-01-18
* Updaet changelog.John MacFarlane2018-01-18
* Powerpoint writer: Make our own docProps/core.xml file.Jesse Rosenthal2018-01-18
* Powerpoint writer: Add docProps to Presentation datatype.Jesse Rosenthal2018-01-18
* Muse reader: fix parsing of code at the beginning of paragraphAlexander Krotov2018-01-18
* Muse reader: refactor definition list parsingAlexander Krotov2018-01-18
* Muse reader: parse "~~" as non-breaking space in Text::Amuse modeAlexander Krotov2018-01-18
* Muse reader: refactor list parsingAlexander Krotov2018-01-18
* Muse reader: code cleanupAlexander Krotov2018-01-18
* Powerpoint writer: Link notes to endnotes slide.Jesse Rosenthal2018-01-17
* Powerpoint writer: Use more specific slide id names.Jesse Rosenthal2018-01-17
* Powerpoint writer: Use slideids to simplify code.Jesse Rosenthal2018-01-17
* Powerpoint writer: Revamp slide typeJesse Rosenthal2018-01-17
* Improve changelog redability.John MacFarlane2018-01-17
* Update man page.John MacFarlane2018-01-17
* Update changelog.John MacFarlane2018-01-17
* Version to 2.1.1.John MacFarlane2018-01-17
* Markdown reader: don't coalesce adjacent raw LaTeX blocks...John MacFarlane2018-01-17
* Powerpoint writer: Change reference to notesSlide to endNotesSlideJesse Rosenthal2018-01-17
* Powerpoint writer: Move image sizing into picProps.Jesse Rosenthal2018-01-17
* ImageSize: add derived Eq instance to DimensionJesse Rosenthal2018-01-17
* Markdown writer: fix cell width calculation.John MacFarlane2018-01-16
* Merge pull request #4271 from dotlambda/lstinline-ampersandJohn MacFarlane2018-01-16
|\
| * LaTeX writer: escape & in lstinlineRobert Schütz2018-01-16
* | Docx reader: Add test for hyperlinks in instrText tagJesse Rosenthal2018-01-16
* | Docx reader: Parse hyperlinks in instrText tagsJesse Rosenthal2018-01-16
* | Docx reader: Parse instrText info in fldChar tags.Jesse Rosenthal2018-01-16
* | Docx reader: Parse fldChar tagsJesse Rosenthal2018-01-16
|/
* Reduce compiler noise (exact paths for compiled modules).John MacFarlane2018-01-15
* HTML reader: Fix col width parsing for percentages < 10% (#4262)n3fariox2018-01-15
* ConTeXt writer: Use xtables instead of Tables (#4223)Henri Menke2018-01-15
* Powerpoint writer: Improve table placement.Jesse Rosenthal2018-01-15
* Powerpoint writer: Make our own _rels/.rels file.Jesse Rosenthal2018-01-15
* Powerpoint writer: Import reference-doc images properly.Jesse Rosenthal2018-01-15
* Renaming: Json -> JSON in modules and functions.John MacFarlane2018-01-15
* Merge pull request #4227 from tarleb/lua-run-json-filterJohn MacFarlane2018-01-15
|\
| * Lua modules: add function pandoc.utils.run_json_filterAlbert Krewinkel2018-01-13
| * Move filter functions to separate moduleAlbert Krewinkel2018-01-13
* | Powerpoint writer: Move Presentation.hs out of PandocMonadJesse Rosenthal2018-01-15
* | Powerpoint writer: Ignore anchor links to nowehere.Jesse Rosenthal2018-01-15
* | Remove custom prelude and ghc 7.8 support.John MacFarlane2018-01-14
* | Revert "Custom prelude - only export <> from Data.Monoid."John MacFarlane2018-01-14
* | Custom prelude - only export <> from Data.Monoid.John MacFarlane2018-01-14
* | Fix import.John MacFarlane2018-01-14
* | Fix cabal to use base-compat with ghc < 7.10.John MacFarlane2018-01-14
* | Powerpoint writer: Fix anchor links.Jesse Rosenthal2018-01-14
* | Use base-compat for our custom prelude.John MacFarlane2018-01-14
* | Clarified `latex_macros` extension.John MacFarlane2018-01-14
* | RST reader: add aligned environment when needed in math.John MacFarlane2018-01-14
* | Markdown reader: Improved inlinesInBalancedBrackets.John MacFarlane2018-01-14