summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc
Commit message (Expand)AuthorAge
* data/pandoc.lua: fix attribute names of CitationAlbert Krewinkel2018-01-05
* Use hslua utils where possibleAlbert Krewinkel2018-01-04
* Powerpoint writer: remove some code duplication.Jesse Rosenthal2018-01-04
* Powerpoint writer: Ignore Notes divJesse Rosenthal2018-01-03
* Powerpoint writer: Set default slidelevel correctly.Jesse Rosenthal2018-01-03
* Powerpoint writer: Split blocks correctly for linked imagesJesse Rosenthal2018-01-03
* Powerpoint writer: combine adjacent runs.Jesse Rosenthal2018-01-03
* Powerpoint writer: Fix new replaceNamedChildrenJesse Rosenthal2018-01-03
* PowerPoint writer: make inline code inherit code size.Jesse Rosenthal2018-01-03
* Powerpoint writer: simplify replaceNamedChildren functionJesse Rosenthal2018-01-03
* Powerpoint writer: code cleanupJesse Rosenthal2018-01-03
* Powerpoint writer: Allow linked images.Jesse Rosenthal2018-01-03
* PowerPoint writer: Fix error with empty table cell.Jesse Rosenthal2018-01-03
* Powerpoint writer: Fix compiler error (again)Jesse Rosenthal2018-01-03
* Powerpoint writer: Appease compilerJesse Rosenthal2018-01-03
* Powerpoint writer: Implement two-column slides.Jesse Rosenthal2018-01-03
* Merge pull request #4219 from stalmon/masterJohn MacFarlane2018-01-02
|\
| * firstRow table definition compatibility for Word 2016Sebastian Talmon2018-01-02
| * Removed redundant subtitle in titlestalmon2018-01-02
* | Docx reader: remove MultiWayIfJesse Rosenthal2018-01-02
* | Docx reader: Allow for insertion/deletion of paragraphs.Jesse Rosenthal2018-01-02
* | Docx reader: Parse track changes info into paragraph props.Jesse Rosenthal2018-01-02
* | Docx reader: Extract tracked changes type from parpart.Jesse Rosenthal2018-01-02
* | Docx writer: Fix custom styles with spaces in the name.John MacFarlane2018-01-01
* | Markdown reader: rewrite inlinesInBalancedBrackets.John MacFarlane2018-01-01
|/
* Lua.Module.Utils: make stringify work on MetaValues.John MacFarlane2018-01-01
* Docx reader: minor cleanup.Jesse Rosenthal2017-12-31
* Docx Reader: Combine adjacent anchors.Jesse Rosenthal2017-12-31
* Markdown reader: Avoid parsing raw tex unless \ + letter seen.John MacFarlane2017-12-30
* LaTeX reader: Simplified a check for raw tex command.John MacFarlane2017-12-30
* Docx reader: Remove unused anchors.Jesse Rosenthal2017-12-30
* Muse reader: automatically translate #cover into #cover-imageAlexander Krotov2017-12-31
* Muse writer: don't escape URIs from ASTAlexander Krotov2017-12-30
* Docx reader: Read multiple children of w:sdtContents`Jesse Rosenthal2017-12-30
* Lua filters: stop exporting pushPandocModuleAlbert Krewinkel2017-12-29
* data/pandoc.lua: drop function pandoc.global_filterAlbert Krewinkel2017-12-29
* Merge pull request #4170 from oltolm/opendocumentJohn MacFarlane2017-12-28
|\
| * improve formatting of formulas in OpenDocumentoltolm2017-12-28
* | Class: make FileTree opaque.John MacFarlane2017-12-28
* | Filter changes.John MacFarlane2017-12-28
* | Alphabetical order Extension constructors.John MacFarlane2017-12-28
* | Changed format of --list-extensions.John MacFarlane2017-12-28
* | Powerpoint writer tests: use IO.John MacFarlane2017-12-28
* | Moved makeCanoncial definition out of ifdef!John MacFarlane2017-12-28
* | Class: use makeCanonical for normalization in FileTree and data files.John MacFarlane2017-12-28
* | Text.Pandoc.Class: add insertInFileTree (API change).John MacFarlane2017-12-28
* | LaTeX writer: Use \endhead after \toprule in headerless tables.John MacFarlane2017-12-28
* | LaTeX reader: be more tolerant of `&` character.John MacFarlane2017-12-28
* | Org reader: support minlevel option for includesAlbert Krewinkel2017-12-28
* | FB2 writer: add cover image specified by "cover-image" metaAlexander Krotov2017-12-28