aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-31FB2 writer: make bullet lists consistent with ordered listsAlexander Krotov1-8/+4
2017-10-30EPUB writer: fixed filepaths for nonstandard epub-subdirectory values.John MacFarlane1-16/+23
2017-10-30EPUB writer fixes:John MacFarlane1-23/+32
2017-10-29Removed useless notes state in DokuWiki writer.John MacFarlane1-5/+2
2017-10-29Source code reformatting.John MacFarlane10-20/+20
2017-10-29hlint suggestions.John MacFarlane26-542/+527
2017-10-29More hlint.John MacFarlane3-33/+30
2017-10-29Write FB2 lists without nesting blocks inside <p> (#4004)Alexander1-16/+32
2017-10-27Automatic reformating by stylish-haskell.John MacFarlane25-116/+115
2017-10-26update years in copyrightKolen Cheung1-2/+2
2017-10-16HTML writer: don't add data- prefix to unknown attributes beginning with data-.John MacFarlane1-0/+1
2017-10-16RST writer: correctly handle inline code containing backticks.John MacFarlane1-2/+7
2017-10-16RST writer: don't backslash-escape word-internal punctuation.John MacFarlane1-15/+18
2017-10-13Merge pull request #3970 from d-dorazio/masterJohn MacFarlane1-2/+4
2017-10-13CommonMark writer: omit "fig:" prefix in image titles.John MacFarlane1-0/+3
2017-10-13markdown writer: always write bracketed_spans' attributesd-dorazio1-2/+4
2017-10-11ConTeXt writer: Use identifiers for chapters.John MacFarlane1-6/+7
2017-10-11FB2 Writer: format LineBlock as poemAlexander Krotov1-2/+6
2017-10-10docx writer - activate evenAndOddHeaders from reference docAgustín Martín Barbero1-0/+1
2017-10-09FB2 writer: replace concatMap with cMapAlexander Krotov1-10/+10
2017-10-09hlint FB2 writerAlexander Krotov1-50/+50
2017-10-06Use mathjax 2.7.2 by default.John MacFarlane1-1/+1
2017-10-05KaTeX fixes:John MacFarlane2-20/+16
2017-09-30EPUB writer: simplified some functions.John MacFarlane1-24/+18