summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
Commit message (Expand)AuthorAge
* EPUB writer: Fixed path for cover image.John MacFarlane2017-11-14
* EPUB writer: fix paths for cover image.John MacFarlane2017-11-14
* Markdown writer: fix bug with doubled footnotes in grid tables.John MacFarlane2017-11-13
* EPUB writer: fixed modified paths for raw HTML tagsJohn MacFarlane2017-11-08
* EPUB writer: fixed EPUB OCF structure.John MacFarlane2017-11-07
* EPUB writer: fix image paths with empty `--epub-subdirectory`.John MacFarlane2017-11-07
* Revert "Better indentation under headers in org mode output."John MacFarlane2017-11-04
* Better indentation under headers in org mode output.John MacFarlane2017-11-04
* Fix strikethrough in gfm writer.John MacFarlane2017-11-04
* Improved support for columns in HTML.John MacFarlane2017-11-02
* Use latest skylighting; ensure no duplicate ids on code lines.John MacFarlane2017-11-02
* Fixed revealjs slide column width issues.John MacFarlane2017-11-02
* hlintAlexander Krotov2017-11-02
* hlintAlexander Krotov2017-11-01
* FB2 writer: Add "unrecognised" genre to <title-info>Alexander Krotov2017-11-01
* FB2 writer: remove <annotation> from <body>Alexander Krotov2017-11-01
* Merge pull request #4009 from mb21/html-class-namesJohn MacFarlane2017-11-01
|\
| * HTML Writer: consistently use dashed class-namesmb212017-10-31
* | Merge pull request #4008 from labdsf/fb2-bulletsJohn MacFarlane2017-11-01
|\ \
| * | FB2 writer: make bullet lists consistent with ordered listsAlexander Krotov2017-10-31
| |/
* | Properly pass through author metadata in JATS writer.John MacFarlane2017-10-31
* | LaTeX/Beamer writer: support "blocks" inside columns and other Divs.John MacFarlane2017-10-31
* | Markdown reader: make sure fenced div closers work in lists.John MacFarlane2017-10-31
* | Make `fenced_divs` affect the Markdown writer.John MacFarlane2017-10-31
* | FB2 writer: write blocks outside of <p> in definitionsAlexander Krotov2017-10-31
|/
* EPUB writer: fixed filepaths for nonstandard epub-subdirectory values.John MacFarlane2017-10-30
* EPUB writer fixes:John MacFarlane2017-10-30
* Removed useless notes state in DokuWiki writer.John MacFarlane2017-10-29
* Source code reformatting.John MacFarlane2017-10-29
* hlint suggestions.John MacFarlane2017-10-29
* More hlint.John MacFarlane2017-10-29
* Write FB2 lists without nesting blocks inside <p> (#4004)Alexander2017-10-29
* Automatic reformating by stylish-haskell.John MacFarlane2017-10-27
* update years in copyrightKolen Cheung2017-10-26
* HTML writer: don't add data- prefix to unknown attributes beginning with data-.John MacFarlane2017-10-16
* RST writer: correctly handle inline code containing backticks.John MacFarlane2017-10-16
* RST writer: don't backslash-escape word-internal punctuation.John MacFarlane2017-10-16
* Merge pull request #3970 from d-dorazio/masterJohn MacFarlane2017-10-13
|\
| * markdown writer: always write bracketed_spans' attributesd-dorazio2017-10-13
* | CommonMark writer: omit "fig:" prefix in image titles.John MacFarlane2017-10-13
|/
* ConTeXt writer: Use identifiers for chapters.John MacFarlane2017-10-11
* FB2 Writer: format LineBlock as poemAlexander Krotov2017-10-11
* docx writer - activate evenAndOddHeaders from reference docAgustín Martín Barbero2017-10-10
* FB2 writer: replace concatMap with cMapAlexander Krotov2017-10-09
* hlint FB2 writerAlexander Krotov2017-10-09
* Use mathjax 2.7.2 by default.John MacFarlane2017-10-06
* KaTeX fixes:John MacFarlane2017-10-05
* EPUB writer: simplified some functions.John MacFarlane2017-09-30
* Removed writerSourceURL, add source URL to common state.John MacFarlane2017-09-30
* RST writer: add header anchors when header has non-standard id.John MacFarlane2017-09-27