aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-17Markdown writer: Fixed duplicated reference linksJohn MacFarlane1-11/+15
2017-05-13Update dates in copyright noticesAlbert Krewinkel29-57/+62
2017-05-13Add haddock module description to FB2 writerAlbert Krewinkel1-1/+11
2017-05-13Change maintainer line in Org writer moduleAlbert Krewinkel1-1/+1
2017-05-07Markdown writer: missing \n (#3647)David A Roberts1-1/+1
2017-05-07Muse writer: Indent tables with one space (#3649)Alexander Krotov1-2/+2
2017-05-04Muse writer: omit automatic header identifiers (#3633)Alexander Krotov1-1/+10
2017-05-03Markdown writer: better escaping for links (#3628)David A Roberts1-1/+10
2017-05-03Markdown Writer: put space before reference link definitionsMauro Bieg1-1/+1
2017-05-02Added PandocResourceNotFound error.John MacFarlane4-21/+7
2017-05-02Markdown writer: Case-insensitive reference links. (#3616)David A Roberts1-14/+16
2017-05-02FB2 writer: Add support for "lang" metadata (#3625)Alexander Krotov1-2/+7
2017-04-29LaTeX writer: Fix problem with escaping in lstinline.John MacFarlane1-1/+6
2017-04-28LaTeX writer: don't use lstinline it \item[..].John MacFarlane1-1/+7
2017-04-28Ms writer: make use of already defined render' (#3613)Alexander Krotov1-2/+2