aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2017-12-13Custom writer: use init file to setup Lua interpreterAlbert Krewinkel1-11/+12
2017-12-13Custom writer: define instances for newtype wrapperAlbert Krewinkel1-69/+57
2017-12-11Fix comment that confused compiler.Jesse Rosenthal1-2/+0
2017-12-11Remove redundant imports from Docx writer.Jesse Rosenthal1-3/+0
2017-12-11Add Powerpoint writer.Jesse Rosenthal1-0/+1665
2017-12-11Create shared OOXML writer file.Jesse Rosenthal2-33/+110
2017-12-10Changes for skylighting-0.5.John MacFarlane2-5/+5
2017-12-09Man writer: omit internal links.John MacFarlane1-0/+2
2017-12-04Add `empty_paragraphs` extension.John MacFarlane3-20/+27
2017-12-03Removed unnecessary import.John MacFarlane1-1/+1
2017-12-03commonmark/gfm writer: use raw html for native divs/spans.John MacFarlane1-4/+14
2017-12-03HTML writer: export tagWithAttributes.John MacFarlane1-2/+19
2017-12-03commonmark/gfm writer: implement `raw_html` and `raw_tex` extensions.John MacFarlane1-6/+12
2017-12-02Docx writer: allow empty paragraphs.John MacFarlane2-4/+8
2017-12-02LaTeX writer: escape `_` in code with --listings.John MacFarlane1-1/+1
2017-12-01LaTeX writer: allow specifying just width or height for image size.John MacFarlane1-1/+6
2017-12-01LaTeX writer: escape ~ in code with --listings.John MacFarlane1-1/+1
2017-12-01Revert "LaTeX writer: Add keepaspectratio to includegraphics..."John MacFarlane1-6/+1
2017-11-30LaTeX writer: Add keepaspectratio to includegraphics...John MacFarlane1-1/+6
2017-11-29Let papersizes a0, a1, a2, ... be case-insensitive in LaTeX and ConTeXt.John MacFarlane2-5/+8
2017-11-28Support `--webtex` for `gfm` output.John MacFarlane2-9/+18
2017-11-24Muse writer: improve inline normalizationAlexander Krotov1-0/+14
2017-11-24Muse: move inline list normalization to writerAlexander Krotov1-1/+9
2017-11-22Muse writer: escape hash symbolAlexander Krotov1-1/+1
2017-11-22Muse writer: escape "----" to avoid accidental horizontal rulesAlexander Krotov1-4/+6
2017-11-22Muse writer: escape only </code> inside code tagAlexander Krotov1-1/+1
2017-11-14EPUB writer: Fixed path for cover image.John MacFarlane1-1/+1
2017-11-14EPUB writer: fix paths for cover image.John MacFarlane1-2/+2
2017-11-13Markdown writer: fix bug with doubled footnotes in grid tables.John MacFarlane1-12/+22
2017-11-08EPUB writer: fixed modified paths for raw HTML tagsJohn MacFarlane1-2/+2
2017-11-07EPUB writer: fixed EPUB OCF structure.John MacFarlane1-65/+82
2017-11-07EPUB writer: fix image paths with empty `--epub-subdirectory`.John MacFarlane1-3/+9
2017-11-04Revert "Better indentation under headers in org mode output."John MacFarlane1-26/+14
2017-11-04Better indentation under headers in org mode output.John MacFarlane1-14/+26
2017-11-04Fix strikethrough in gfm writer.John MacFarlane1-1/+1
2017-11-02Improved support for columns in HTML.John MacFarlane1-5/+2
2017-11-02Use latest skylighting; ensure no duplicate ids on code lines.John MacFarlane1-3/+11
2017-11-02Fixed revealjs slide column width issues.John MacFarlane1-2/+7
2017-11-02hlintAlexander Krotov1-1/+1
2017-11-01hlintAlexander Krotov9-14/+14
2017-11-01FB2 writer: Add "unrecognised" genre to <title-info>Alexander Krotov1-1/+2
2017-11-01FB2 writer: remove <annotation> from <body>Alexander Krotov1-11/+2
2017-11-01Merge pull request #4009 from mb21/html-class-namesJohn MacFarlane1-3/+3
2017-11-01Merge pull request #4008 from labdsf/fb2-bulletsJohn MacFarlane1-8/+4
2017-10-31Properly pass through author metadata in JATS writer.John MacFarlane1-41/+14
2017-10-31LaTeX/Beamer writer: support "blocks" inside columns and other Divs.John MacFarlane1-0/+4
2017-10-31Markdown reader: make sure fenced div closers work in lists.John MacFarlane1-1/+1
2017-10-31Make `fenced_divs` affect the Markdown writer.John MacFarlane1-5/+13
2017-10-31FB2 writer: write blocks outside of <p> in definitionsAlexander Krotov1-18/+2
2017-10-31HTML Writer: consistently use dashed class-namesmb211-3/+3