summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
Commit message (Expand)AuthorAge
* 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
* MediaWiki writer: Use native mediawiki tables instead of HTML.John MacFarlane2013-08-03
* Beamer: add allowframebreaks to slide if set in header classes.John MacFarlane2013-07-26
* LaTeX writer: Change `\` to `/` in paths.John MacFarlane2013-07-25
* Fixed warning.John MacFarlane2013-07-18
* Improved fetching of external resources.John MacFarlane2013-07-18
* Text.Pandoc.ImageSize: Handle EPS.John MacFarlane2013-07-16
* Fixing wrong numbered-list indentation in open document formatAlexander Kondratskiy2013-07-14
* Docx writer: Make `--no-highlight` work properly.John MacFarlane2013-07-13
* Checking options before applying syntax highlighting for HTML outputAlexander Kondratskiy2013-07-13
* Docx writer: Ignore most components of reference.docx.John MacFarlane2013-07-12
* Docx writer: Use w:br with w:type 'textWrapping' for linebreaks.John MacFarlane2013-07-04
* LaTeX writer: Don't use ligatures in escaping inline code.John MacFarlane2013-07-04