aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-08-14Add thin space when needed in LaTeX quote ligatures.John MacFarlane1-4/+9
2019-08-13Fix multiline table for XWiki writer (#5683)Zihang Chen1-2/+4
2019-08-11JIRA writer: Remove escapeStringForJira for code blocksJan-Otto Kröpke1-2/+2
2019-08-08Remove blank line (#5679)Leif Metcalf1-1/+0
2019-08-08Revert "Avoid a pointless Text -> String conversion on output."John MacFarlane1-14/+8
2019-08-07Avoid a pointless Text -> String conversion on output.John MacFarlane1-8/+14
2019-08-05Treat `ly` as verbatim too (#5671)Urs Liska1-0/+1
2019-07-30Markdown writer: Don't assume Doc has Eq instance.John MacFarlane1-11/+13
2019-07-30ConTeXt writer; don't use `== empty` with `Doc`, use `isEmpty`.John MacFarlane1-5/+5
2019-07-29Update emoji list in Text.Pandoc.Emoji.John MacFarlane1-8/+929
2019-07-28Use doctemplates 0.3, change type of writerTemplate.John MacFarlane31-190/+185
2019-07-24LaTeX reader: handle `\passthrough` macro used by latex writer.John MacFarlane1-0/+2
2019-07-24HTML writer: ensure TeX formulas are rendered correctly (#5658)Philip Pesca1-1/+1
2019-07-23Templates: don't import/export varListToJSON.John MacFarlane1-1/+1
2019-07-23Templates: Change type of renderTemplate'.John MacFarlane4-14/+13
2019-07-23HTML writer: render inline formulas correctly with --webtex (#5656)Philip Pesca1-1/+4
2019-07-22LaTeX reader: support tex `\tt` command.John MacFarlane1-0/+1
2019-07-22Org reader: accept ATTR_LATEX in block attributesAlbert Krewinkel1-3/+11
2019-07-20LaTeX writer: fix line breaks at start of paragraph.John MacFarlane1-9/+9
2019-07-20PDF: Better detection of a Cygwin environment.John MacFarlane1-1/+8
2019-07-20Revert "PDF: create temp dir in . on Cygwin."John MacFarlane1-4/+1
2019-07-20Removed an unnecessary liftIO.John MacFarlane1-2/+1
2019-07-20Moved istty check.John MacFarlane1-5/+5
2019-07-20Minor code clarity change.John MacFarlane1-8/+8
2019-07-20LaTeX reader: search for image with list of extensions...John MacFarlane1-6/+16
2019-07-19Markdown: Ensure that expanded latex macros end with space if original did.John MacFarlane1-1/+10
2019-07-19PDF: create temp dir in . on Cygwin.John MacFarlane1-1/+4
2019-07-19Change order of ilvl and numId in document.xml (#5647)Agustín Martín Barbero1-3/+3
2019-07-18Markdown writer: prefer using raw_attribute when enabled.John MacFarlane1-2/+2
2019-07-18HTML writer: ensure that line numbers in code blocks get id-prefix.John MacFarlane1-3/+5
2019-07-16LaTeX reader: handle \looseness command values better.John MacFarlane1-5/+4
2019-07-16Dokuwiki writer: handle mixed lists without HTML fallback.John MacFarlane1-20/+6
2019-07-16Ms writer: Use .LP instead of .PP for line block.John MacFarlane1-1/+1
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 Pettersson1-1/+4
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-14Muse: add RTL supportAlexander Krotov2-5/+21
2019-07-13Fix #4499: add mbox and hbox handling to LaTeX reader (#5586)Vasily Alferov1-1/+11
2019-07-13Merge pull request #5589 from blmage/fix-3992John MacFarlane1-8/+15
2019-07-13Merge pull request #5590 from blmage/fix-4206John MacFarlane1-7/+16
2019-07-13Man writer: Improved definition list term output.John MacFarlane1-2/+10
2019-07-13Man writer: fixed boldfacing of definition terms.John MacFarlane1-2/+2
2019-07-13Merge pull request #5606 from blmage/odt-framesJohn MacFarlane4-75/+127
2019-07-13LaTeX reader: Properly handle \providecommand and environment...John MacFarlane1-21/+30
2019-07-13EPUB writer: Use svg tag wrapper for cover image.John MacFarlane1-2/+12
2019-07-12Pass through aria- attributes to HTML5.John MacFarlane1-0/+1
2019-07-10RST reader: keep `name` property in `imgAttr`. (#5637)Brian Leung1-1/+1
2019-07-10Extensions.hs fix typo in PHP Markdown commentMauro Bieg1-1/+1
2019-07-06Markdown reader: handle inline code more eagerly within lists. (#5628)Brian Leung1-5/+7