summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
Commit message (Expand)AuthorAge
...
* | 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
* LaTeX writer: Don't print biblio if --natbib or --biblatex option used.John MacFarlane2013-09-19
* DOCX writer: Add missing settings.xml to the zip container.John MacFarlane2013-09-19
* Markdown writer: Print references if output is 'plain'.John MacFarlane2013-09-12
* HTML writer: Ensure proper escaping in header metadata.John MacFarlane2013-09-12
* Made . . . for pause work in all slide show formats except slideous.John MacFarlane2013-09-08
* Markdown writer: Fixed bugs in YAML header output.John MacFarlane2013-09-06
* Mathjax in HTML slide shows: include explicit "Typeset" instruction.John MacFarlane2013-09-01
* Merge pull request #961 from nougad/add_latex_listings_labelJohn MacFarlane2013-08-25
|\
| * Write id for code block to label attr in latex when listing is usedFlorian Eitel2013-08-22
* | Removed dependency on citeproc-hs.John MacFarlane2013-08-24
|/
* Merge branch 'altcite'John MacFarlane2013-08-20
|\
| * Create Cite element even if no matching reference in the biblio.John MacFarlane2013-08-20
* | Scale LaTeX tables so they don't exceed columnwidth.John MacFarlane2013-08-19
|/
* Adjusted writers and tests for change in parsing of div/span.John MacFarlane2013-08-18
* LaTeX writer: Avoid problem with footnotes in unnumbered headers.John MacFarlane2013-08-16
* Updated for removed unMeta, unFormat in pandoc-types.John MacFarlane2013-08-14
* ODT/OpenDocument writer: Minor changes for ODF 1.2 conformance.John MacFarlane2013-08-11
* Options: Changed `writerSourceDir` to `writerSourceURL` (now a Maybe).John MacFarlane2013-08-11
* Use walk, walkM in place of bottomUp, bottomUpM when possible.John MacFarlane2013-08-10
* Use query instead of queryWith.John MacFarlane2013-08-10
* Adjustments for new Format newtype.John MacFarlane2013-08-10
* Preliminary support for new Div and Span elements in writers.John MacFarlane2013-08-08
* Added Text.Pandoc.Compat.Monoid.John MacFarlane2013-08-08
* Added support for MetaBool.John MacFarlane2013-08-06
* Remove CPP from default-extensions; add pragmas to modules as needed.John MacFarlane2013-08-04