summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
Commit message (Expand)AuthorAge
* 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
* Fixed keywords in docx writer.John MacFarlane2017-06-02
* Add keywords metadata to docx document propertiesIan2017-06-02
* HTML writer: Avoid two class attributes when adding 'uri' class.John MacFarlane2017-06-01
* Markdown writer: Avoid inline surround-marking with empty content.John MacFarlane2017-06-01
* Markdown writer: changes to `--reference-links`.John MacFarlane2017-05-27
* HTML writer: Removed unused parameter in dimensionsToAttributeList.John MacFarlane2017-05-26
* Allow em for image height/width in HTML, LaTeX.John MacFarlane2017-05-25
* Docx writer: Use Table rather than "Table Normal" for table style.John MacFarlane2017-05-25
* Fixed handling of soft hyphen (0173) in docx writer.John MacFarlane2017-05-23