summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
Commit message (Expand)AuthorAge
...
* CommonMark writer: Support pipe tables.John MacFarlane2017-08-08
* CommonMark writer: support table, strikethrough extensions...John MacFarlane2017-08-08
* Remove GFM modules; use CMarkGFM for both gfm and commonmark.John MacFarlane2017-08-07
* Man writer: removed some unneeded imports.John MacFarlane2017-08-07
* Man writer: avoid error for def lists with no definitions.John MacFarlane2017-08-07
* Added gfm (GitHub-flavored CommonMark) as an input and output format.John MacFarlane2017-08-07
* LaTeX writer: Don't use figure inside table cell.John MacFarlane2017-08-06
* DokuWiki reader: better handling for code block in list item.John MacFarlane2017-08-02
* Markdown writer: better escaping of `<` and `>`.John MacFarlane2017-07-30
* Sorted the list of supported HTML5 attributes and removed duplicates. (#3817)Wandmalfarbe2017-07-26
* HTML writer: render raw inline environments when --mathjax used.John MacFarlane2017-07-26
* HTML writer: insert data- in front of unsupported attributes.John MacFarlane2017-07-25
* Use foldrWithKey instead of deprecated foldWithKey.John MacFarlane2017-07-13
* Muse writer: indent lists inside <quote> with at least one space (#3795)Alexander Krotov2017-07-12
* Allow ibooks-specific metadata in epubs. Closes #2693.John MacFarlane2017-06-30
* Markdown writer: Ensure that `+` and `-` are escaped properly...John MacFarlane2017-06-30
* Make `papersize: a4` work regardless of the case of `a4`.John MacFarlane2017-06-28
* LaTeX writer: fixed detection of otherlangs.John MacFarlane2017-06-28
* Docx writer: Allow 9 list levels.John MacFarlane2017-06-27
* OpenDocument/ODT writer: Added support for table of contents.John MacFarlane2017-06-26
* Use `table-of-contents` for contents of toc, make `toc` a boolean.John MacFarlane2017-06-26
* Muse writer: fix hlint errors (#3764)Alexander Krotov2017-06-26
* LaTeX writer: use BCP47 parser.John MacFarlane2017-06-26
* BCP47: split toLang from getLang, rearranged types.John MacFarlane2017-06-25
* Refactored ConTeXt writer to use BCP47.John MacFarlane2017-06-25
* Moved BCP47 specific functions from Writers.Shared to new module.John MacFarlane2017-06-25
* Writers.Shared: improve type of Lang and bcp47 parser.John MacFarlane2017-06-25
* Writers.Shared: refactored getLang, splitLang...John MacFarlane2017-06-25
* Fixed support for `lang` attribute in OpenDocument and ODT writers.John MacFarlane2017-06-25
* Support `lang` attribute in OpenDocument and ODT writers.John MacFarlane2017-06-25
* Text.Pandoc.Writers.Shared: export splitLang.John MacFarlane2017-06-25
* Text.Pandoc.Writers.Shared: added getLang.John MacFarlane2017-06-25
* Markdown writer: make sure `plain`, `markdown_github`, etc. work for raw.John MacFarlane2017-06-23
* HTML writer: make sure html4, html5 formats work for raw blocks/inlines.John MacFarlane2017-06-23
* EPUB writer: put title_page.xhtml in text/.John MacFarlane2017-06-22
* EPUB writer: Fixed various things with new EPUB structure.John MacFarlane2017-06-22
* Added `writerEpubSubdirectory` to `WriterOptions`.John MacFarlane2017-06-22
* Change default EPUB directory structure in OCF container.John MacFarlane2017-06-21
* Writers: adjusted for renderTemplate' changes.John MacFarlane2017-06-20
* Removed redundant import.John MacFarlane2017-06-20
* Docbook, JATS, TEI writers: print INFO message when omitting interior header.John MacFarlane2017-06-20
* FB2 writer: don't fail with an error on interior headers (e.g. in list).John MacFarlane2017-06-20
* Fixed footnotes in table captions.John MacFarlane2017-06-20
* Text.Pandoc.Writers.Math: export defaultMathJaxURL, defaultKaTeXURL.John MacFarlane2017-06-19
* Use revealjs's math plugin for mathjax.John MacFarlane2017-06-18
* Use Control.Monad.State.Strict throughout.John MacFarlane2017-06-17
* Markdown writer: don't allow soft break in header.John MacFarlane2017-06-12
* Switched Writer types to use Text.John MacFarlane2017-06-11
* Writers.Shared: metaToJSON, generalized type so it can take a Text.John MacFarlane2017-06-10
* Improve code style in lua and org modulesAlbert Krewinkel2017-06-03