aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-20Removed redundant import.John MacFarlane1-1/+0
2017-06-20Docbook, JATS, TEI writers: print INFO message when omitting interior header.John MacFarlane3-8/+14
2017-06-20FB2 writer: don't fail with an error on interior headers (e.g. in list).John MacFarlane1-3/+5
2017-06-20Fixed footnotes in table captions.John MacFarlane1-16/+18
2017-06-19Text.Pandoc.Writers.Math: export defaultMathJaxURL, defaultKaTeXURL.John MacFarlane1-0/+7
2017-06-18Use revealjs's math plugin for mathjax.John MacFarlane1-1/+7
2017-06-17Use Control.Monad.State.Strict throughout.John MacFarlane23-24/+24
2017-06-12Markdown writer: don't allow soft break in header.John MacFarlane1-0/+7
2017-06-11Switched Writer types to use Text.John MacFarlane29-149/+211
2017-06-10Writers.Shared: metaToJSON, generalized type so it can take a Text.John MacFarlane1-9/+9
2017-06-03Improve code style in lua and org modulesAlbert Krewinkel1-16/+14
2017-06-02Fixed keywords in docx writer.John MacFarlane1-1/+6
2017-06-02Add keywords metadata to docx document propertiesIan1-0/+1
2017-06-01HTML writer: Avoid two class attributes when adding 'uri' class.John MacFarlane1-7/+7
2017-06-01Markdown writer: Avoid inline surround-marking with empty content.John MacFarlane1-0/+5
2017-05-27Markdown writer: changes to `--reference-links`.John MacFarlane1-15/+44
2017-05-26HTML writer: Removed unused parameter in dimensionsToAttributeList.John MacFarlane1-3/+3
2017-05-25Allow em for image height/width in HTML, LaTeX.John MacFarlane1-4/+3
2017-05-25Docx writer: Use Table rather than "Table Normal" for table style.John MacFarlane1-1/+1
2017-05-23Fixed handling of soft hyphen (0173) in docx writer.John MacFarlane1-7/+19
2017-05-23Shared: Provide custom isURI that rejects unknown schemes [isURI]Albert Krewinkel11-16/+8
2017-05-19RST writer: add empty comments when needed...John MacFarlane1-3/+25
2017-05-18Don't render LaTeX images with data: URIs.John MacFarlane1-0/+3
2017-05-18Docx writer: Change FigureWithCaption to CaptionedFigure (#3658)Ian1-1/+1