aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-16Add option to include source files in ConTeXt PDFs (#5578)Tristan Stenner2-0/+8
2019-07-16Make filterIpynbOutput strip ANSI escapes from code in output...John MacFarlane1-1/+10
2019-07-15Customizable type of PDF/A for the ConTeXt writer (issue #5608) (#5610)Karl Pettersson5-12/+34
2019-07-14Logging: Added UnknownExtensions constructor to LogMessage.John MacFarlane3-39/+58
2019-07-14Change formatForFilePaths to return a Maybe.John MacFarlane3-8/+10
2019-07-14Update test for new skylighting.John MacFarlane2-14/+12
2019-07-14stack.yaml - use latest skylighting.John MacFarlane1-2/+2
2019-07-14Require skylighting 0.8.2 (fix bug with long integer literals).John MacFarlane1-1/+1
2019-07-14Require skylighting 0.8.1.2.John MacFarlane1-1/+1
2019-07-14Muse: add RTL supportAlexander Krotov4-5/+31
2019-07-13Fix #4499: add mbox and hbox handling to LaTeX reader (#5586)Vasily Alferov2-1/+98
2019-07-13Merge pull request #5589 from blmage/fix-3992John MacFarlane6-9/+48
2019-07-13Merge pull request #5590 from blmage/fix-4206John MacFarlane1-7/+16
2019-07-13Merge pull request #5604 from jgm/jats-abstractJohn MacFarlane1-0/+5
2019-07-13Man writer: Improved definition list term output.John MacFarlane4-262/+272
2019-07-13Man writer: fixed boldfacing of definition terms.John MacFarlane3-19/+28
2019-07-13Merge pull request #5606 from blmage/odt-framesJohn MacFarlane6-75/+129
2019-07-13LaTeX reader: Properly handle \providecommand and environment...John MacFarlane2-21/+53
2019-07-13An empty commit to correct errors in recent commit messages:John MacFarlane0-0/+0
2019-07-13EPUB writer: Use svg tag wrapper for cover image.John MacFarlane3-2/+28
2019-07-13fix filename and issue reference of previous commitmb211-0/+0
2019-07-12Pass through aria- attributes to HTML5.John MacFarlane3-4/+14
2019-07-12Rebuild man pageJohn MacFarlane1-0/+7
2019-07-12Use -split-sections to reduce linux executable size.John MacFarlane1-1/+1
2019-07-12Update diff-zip to support windows (#5641)Agustín Martín Barbero1-3/+3
2019-07-10Improve diff-docx.sh -> diff-zip.sh.John MacFarlane2-22/+26
2019-07-10Add diff-docx.sh to tools.John MacFarlane1-0/+22
2019-07-10RST reader: keep `name` property in `imgAttr`. (#5637)Brian Leung2-1/+11
2019-07-10Extensions.hs fix typo in PHP Markdown commentMauro Bieg1-1/+1
2019-07-06Updating JATS template to v1.1dtd (#5632)Arfon Smith2-5/+5
2019-07-06Markdown reader: handle inline code more eagerly within lists. (#5628)Brian Leung2-5/+90
2019-07-05Update data/jats.csl to avoid commas between editor name-part elements. (#5629)Arfon Smith1-2/+2
2019-07-04Remove misleading comment in man, ms templates.John MacFarlane2-2/+2
2019-07-02Fix redundant constraint warnings. (#5625)Pete Ryland11-23/+20
2019-06-23Update Lua function names in pandoc.systemniszet1-2/+2
2019-06-22add tests for EPUB2 and EPUB3 cover readermartinfrancois5-1/+33
2019-06-21JATS Writer: do not emit empty <fn-group> (#5595)Mauro Bieg1-1/+3
2019-06-21Support epigraph command in LaTeX Reader.oquechy2-0/+39
2019-06-20Add a test for MathML formulas in ODT documentsblmage2-0/+2
2019-06-20Improve the parsing of frames in ODT documentsblmage4-75/+127
2019-06-20JATS template: add abstractMauro Bieg1-0/+5
2019-06-18Handle the case where the "cover" meta does not link to the manifestblmage1-2/+2
2019-06-18Add support for EPUB2 covers (fix #3992)blmage1-7/+14
2019-06-18Do not override existing "fileN" medias when writing to EPUB format (fix #4206)blmage1-7/+16
2019-06-14Powerpoint code formatting is now context dependent (#5573)Jeroen de Haas9-21/+91
2019-06-13Update test for skylighting 0.8.1.1.John MacFarlane1-2/+2
2019-06-13Use latest skylighting.John MacFarlane2-3/+3
2019-06-13Don't look for template files remotely for remote input.John MacFarlane1-1/+10
2019-06-12OpenDocument writer: Avoid duplicate attributes.John MacFarlane2-21/+24
2019-06-12Lua: add a `clone()` method to all AST elements (#5572)Albert Krewinkel5-1/+112