summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
Commit message (Expand)AuthorAge
* HLint: Remove lambdas.Henry de Valence2013-12-19
* HLint: use `elem` and `notElem`Henry de Valence2013-12-19
* HLint: Use allHenry de Valence2013-12-19
* LaTeX writer: Better treatment of footnotes in tables.John MacFarlane2013-12-17
* LaTeX writer: Factored out function for table cell creation.John MacFarlane2013-12-17
* EPUB writer: Fixed bug with `--epub-stylesheet`.John MacFarlane2013-12-13
* Don't use tilde code blocks with braced attributes in gfm output.John MacFarlane2013-12-09
* Merge pull request #1076 from jlduran/booktabsJohn MacFarlane2013-12-03
|\
| * Add booktabs package for LaTeX tablesJose Luis Duran2013-12-04
* | EPUB writer: Allow 'stylesheet' in metadata.John MacFarlane2013-12-03
|/
* EPUB writer: Allow partial dates: YYYY, YYYY-MM.John MacFarlane2013-12-01
* EPUB writer: Insert "svg" property as needed in opf (EPUB 3).John MacFarlane2013-11-30
* EPUB writer: Simplify imageTypeOf using getMimeType.John MacFarlane2013-11-30
* EPUB writer: Add properties attribute to cover-image item for EPUB v3.John MacFarlane2013-11-30
* Markdown writer: Fix rendering of tight sublists.John MacFarlane2013-11-30
* ODT writer: Add `draw:name` attribute to `draw:frame` elements.John MacFarlane2013-11-30
* ConTeXt writer: Don't hardcode figure/table placement.John MacFarlane2013-11-30
* Fixed `cover-image` in EPUB YAML metadata.John MacFarlane2013-11-30
* Allow specification of epub-cover-image in YAML metadata.John MacFarlane2013-11-30
* EPUB writer: Improved metadata handling.John MacFarlane2013-11-30
* Docx writer: Implemented csl flipflopping spans.John MacFarlane2013-11-23
* LaTeX writer: Handle csl flipflopping spans (csl-no-emph, etc.)John MacFarlane2013-11-23
* HTML writer: Handle csl flipflopping spans (csl-no-emph, etc.)John MacFarlane2013-11-23
* EPUB writer: Don't include node for cover.xhtml if no cover!John MacFarlane2013-11-22
* EPUB writer: Ensure that same identifier is used throughout.John MacFarlane2013-11-22
* ConTeXt writer: Use setupcaption to separate style from content.John MacFarlane2013-11-22
* Docx writer: Use mime type info returned by fetchItem.John MacFarlane2013-11-19
* Docbook writer: Hierarchicalize block content in metadata.John MacFarlane2013-11-19
* Epub Writer: Add cover reference to guide element (v2)Shaun Attfield (shaun@victor)2013-11-19
* Epub Writer: Add cover reference to guide elementShaun Attfield (shaun@victor)2013-11-18
* OpenDocument: Skip raw HTML.John MacFarlane2013-11-16
* LaTeX writer: Properly escape pdftitle, pdfauthor.John MacFarlane2013-11-16
* HTML/EPUB footnotes: Put `<sup>` tag inside `<a>` tags.John MacFarlane2013-11-12
* Docx writer: fixed core metadata.John MacFarlane2013-11-07
* Docx writer: Fix URL for core-properties in `_rels/.rels`.John MacFarlane2013-11-06
* Don't print `<span>` tags in 'plain' output.John MacFarlane2013-11-06
* TexMath: Export readTeXMath', which attends to display/inline.John MacFarlane2013-11-01
* Text.Pandoc.Writer.Shared: fixed bug in tagWithAttrs.John MacFarlane2013-10-26
* Fix definition lists with internal links in terms (closes #1032).John MacFarlane2013-10-21
* Fixed '. . .' (pause) on HTML slide formats. Closes #1029.John MacFarlane2013-10-20
* LaTeX writer: Specially escape non-ascii characters in labels.John MacFarlane2013-10-17
* LaTeX writer: Add link anchors for code blocks with identifiers.John MacFarlane2013-10-17
* Use isURI instead of isAbsoluteURI.John MacFarlane2013-10-16
* Treat div with class "notes" as speaker notes in slide formats.John MacFarlane2013-10-13
* HTML writer: Insert command to typeset mathjax for slideous output.John MacFarlane2013-10-13
* RST writer: Skip spaces after display math.John MacFarlane2013-10-11
* Removed code that forces MathJax to typeset.John MacFarlane2013-10-06
* OpenDocument writer: don't use font-face-decls variable.John MacFarlane2013-09-24
* src/Text/Pandoc/Writers/OpenDocument.hs: Fix formatting of strikeout code.Václav Zeman2013-09-25
* Markdown reader: small code improvement.John MacFarlane2013-09-19