aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2017-08-11Added support for translations (localization) (see #3559).John MacFarlane4-7/+7
2017-08-10Remove writerUserDataDir from WriterOptions.John MacFarlane1-1/+0
2017-08-10Removed datadir param from readDataFile and getDefaultTemplate.John MacFarlane3-5/+3
2017-08-10Expose getDefaultDataFile in both Shared and Class.John MacFarlane1-1/+1
2017-08-10Slidy writer: use h1 for all slides...John MacFarlane1-1/+5
2017-08-09RST writer: don't wrap term in definition list.John MacFarlane1-1/+1
2017-08-09EPUB writer: don't strip formatting in TOC.John MacFarlane1-10/+23
2017-08-08Muse writer: insert two blanklines between lists of the same type (#3844)Alexander1-1/+23
2017-08-08CommonMark writer: avoid excess blank lines at end of output.John MacFarlane1-1/+1
2017-08-08CommonMark writer: support `hard_line_breaks`, `smart`.John MacFarlane1-8/+15
2017-08-08Writers.Shared.unsmartify: undo literal double curly quotes.John MacFarlane1-0/+3
2017-08-08CommonMark writer: Support pipe tables.John MacFarlane1-16/+75
2017-08-08CommonMark writer: support table, strikethrough extensions...John MacFarlane1-59/+90
2017-08-07Remove GFM modules; use CMarkGFM for both gfm and commonmark.John MacFarlane2-190/+1
2017-08-07Man writer: removed some unneeded imports.John MacFarlane1-2/+0
2017-08-07Man writer: avoid error for def lists with no definitions.John MacFarlane1-9/+12
2017-08-07Added gfm (GitHub-flavored CommonMark) as an input and output format.John MacFarlane1-0/+189
2017-08-06LaTeX writer: Don't use figure inside table cell.John MacFarlane1-2/+4
2017-08-02DokuWiki reader: better handling for code block in list item.John MacFarlane1-2/+8
2017-07-30Markdown writer: better escaping of `<` and `>`.John MacFarlane1-2/+6
2017-07-26Sorted the list of supported HTML5 attributes and removed duplicates. (#3817)Wandmalfarbe1-80/+46
2017-07-26HTML writer: render raw inline environments when --mathjax used.John MacFarlane1-3/+8
2017-07-25HTML writer: insert data- in front of unsupported attributes.John MacFarlane1-48/+309
2017-07-13Use foldrWithKey instead of deprecated foldWithKey.John MacFarlane1-1/+1
2017-07-12Muse writer: indent lists inside <quote> with at least one space (#3795)Alexander Krotov1-4/+11
2017-06-30Allow ibooks-specific metadata in epubs. Closes #2693.John MacFarlane1-5/+20
2017-06-30Markdown writer: Ensure that `+` and `-` are escaped properly...John MacFarlane1-0/+3
2017-06-28Make `papersize: a4` work regardless of the case of `a4`.John MacFarlane2-0/+9
2017-06-28LaTeX writer: fixed detection of otherlangs.John MacFarlane1-3/+3
2017-06-27Docx writer: Allow 9 list levels.John MacFarlane1-3/+9
2017-06-26OpenDocument/ODT writer: Added support for table of contents.John MacFarlane1-0/+1
2017-06-26Use `table-of-contents` for contents of toc, make `toc` a boolean.John MacFarlane3-6/+18
2017-06-26Muse writer: fix hlint errors (#3764)Alexander Krotov1-17/+13
2017-06-26LaTeX writer: use BCP47 parser.John MacFarlane1-89/+105
2017-06-25BCP47: split toLang from getLang, rearranged types.John MacFarlane3-38/+39
2017-06-25Refactored ConTeXt writer to use BCP47.John MacFarlane1-34/+34
2017-06-25Moved BCP47 specific functions from Writers.Shared to new module.John MacFarlane4-87/+8
2017-06-25Writers.Shared: improve type of Lang and bcp47 parser.John MacFarlane3-41/+79
2017-06-25Writers.Shared: refactored getLang, splitLang...John MacFarlane4-36/+55
2017-06-25Fixed support for `lang` attribute in OpenDocument and ODT writers.John MacFarlane1-20/+15
2017-06-25Support `lang` attribute in OpenDocument and ODT writers.John MacFarlane3-18/+72
2017-06-25Text.Pandoc.Writers.Shared: export splitLang.John MacFarlane1-0/+19
2017-06-25Text.Pandoc.Writers.Shared: added getLang.John MacFarlane1-2/+13
2017-06-23Markdown writer: make sure `plain`, `markdown_github`, etc. work for raw.John MacFarlane1-5/+9
2017-06-23HTML writer: make sure html4, html5 formats work for raw blocks/inlines.John MacFarlane1-14/+26
2017-06-22EPUB writer: put title_page.xhtml in text/.John MacFarlane1-2/+2
2017-06-22EPUB writer: Fixed various things with new EPUB structure.John MacFarlane1-6/+6
2017-06-22Added `writerEpubSubdirectory` to `WriterOptions`.John MacFarlane1-8/+8
2017-06-21Change default EPUB directory structure in OCF container.John MacFarlane1-11/+22
2017-06-20Writers: adjusted for renderTemplate' changes.John MacFarlane25-47/+51