aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
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
2017-09-30Removed writerSourceURL, add source URL to common state.John MacFarlane6-6/+6
2017-09-27RST writer: add header anchors when header has non-standard id.John MacFarlane1-1/+6
2017-09-08Write euro symbol directly in LaTeXAndrew Dunning1-6/+0
2017-09-07Markdown writer: Escape pipe characters when `pipe_tables` enabled.John MacFarlane1-0/+1
2017-09-07LaTeX writer: use proper code for list enumerators.John MacFarlane1-2/+13
2017-09-05Markdown writer: make Span with null attribute transparent.John MacFarlane1-4/+3
2017-09-04Plain writer: don't use &nbsp; to separate list and indented code.John MacFarlane1-3/+6
2017-09-01Org writer: stop using raw HTML to wrap divsAlbert Krewinkel1-37/+26
2017-08-29Add a type sig to satisfy ghc 7.10.3.John MacFarlane1-0/+1
2017-08-28HTML writer: ensure we don't get two style attributes for width & height.John MacFarlane1-2/+8
2017-08-26Markdown writer: don't crash on Str "".John MacFarlane1-1/+1
2017-08-17RST reader/writer: support unknown interpreted text roles...John MacFarlane1-1/+6
2017-08-17slidy uses https instead of http (#3848)ickc1-1/+1