summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
Commit message (Expand)AuthorAge
* Give LaTeX images a maximum width using the prelude onlyMax Bolingbroke2010-04-10
* Markdown, RST writers: unescape URI in links, to make them readable.John MacFarlane2010-03-23
* Don't escape URIs in HTML writer.John MacFarlane2010-03-23
* Updated copyright notices.John MacFarlane2010-03-23
* Fixed treatment of unicode characters in URIs.John MacFarlane2010-03-23
* OpenDocument writer: Use a Map for stTextStyleAttr.John MacFarlane2010-03-22
* HTML writer: fixed error in Math writer that caused infinite loop.John MacFarlane2010-03-21
* HTML writer: Don't include TOC div if table of contents is empty.fiddlosopher2010-03-20
* Added --mathml option; removed Text.Pandoc.LaTeXMathML.fiddlosopher2010-03-18
* Added plain writer.fiddlosopher2010-03-18
* MediaWiki writer: make links to relative URLs wikilinks.fiddlosopher2010-03-18
* Texinfo writer: Handle images in figures.fiddlosopher2010-03-18
* HTML writer: Use a p rather than a div for image caption.fiddlosopher2010-03-18
* RST writer: handle images in figures.fiddlosopher2010-03-18
* MediaWiki writer: Support images in figures.fiddlosopher2010-03-17
* Docbook writer: support images as figures.fiddlosopher2010-03-17
* Revert "LaTeX writer: Add unique labels to figures."fiddlosopher2010-03-17
* LaTeX writer: Add unique labels to figures.fiddlosopher2010-03-16
* ConTeXt writer: support images in figures.fiddlosopher2010-03-16
* LaTeX writer: support figures with captions.fiddlosopher2010-03-16
* HTML writer: implemented image-with-caption feature.fiddlosopher2010-03-16
* Use template variables for include-before/after.fiddlosopher2010-03-13
* OpenDocument writer: handle tables with no headers.fiddlosopher2010-03-13
* Man writer: properly handle headerless tables.fiddlosopher2010-03-13
* Texinfo writer: fixed headerless tables.fiddlosopher2010-03-13
* RST writer: Fixed headerless tables.fiddlosopher2010-03-11
* MediaWiki writer: fixed headerless tables.fiddlosopher2010-03-11
* RTF writer: fixed headerless tables.fiddlosopher2010-03-11
* Markdown writer: proper support for headerless tables.fiddlosopher2010-03-10
* HTML writer: Use tbody, thead, and cols in tables.fiddlosopher2010-03-10
* Docbook writer: handle headerless tables.fiddlosopher2010-03-09
* Markdown writer: Fixed citations.fiddlosopher2010-03-07
* ConTeXt writer: Don't use header in headerless table.fiddlosopher2010-03-07
* HTML writer: Fixed multiline tables with no header.fiddlosopher2010-03-07
* Fixed docbook writer for headerless tables.fiddlosopher2010-03-07
* HTML, LaTeX writer: Don't print header row in headerless table.fiddlosopher2010-03-01
* Mediawiki writer: Don't print a "== Notes ==" header before references.fiddlosopher2010-02-27
* Promoted mediawiki headers.fiddlosopher2010-02-27
* LaTeX writer: set numbersections template variable.fiddlosopher2010-01-31
* Made user directory a Maybe in readFile, s5HeaderIncludes, laTeXMathML.fiddlosopher2010-01-18
* Added --data-dir option.fiddlosopher2010-01-14
* HTML writer: don't include empty UL if --toc but no sections.fiddlosopher2010-01-09
* LaTeX writer: Removed stLink, link template variable.fiddlosopher2010-01-05
* LaTeX writer: if book, report, or memoir documentclass, use \chapter{}fiddlosopher2010-01-03
* Docbook writer: use unicode instead of entities.fiddlosopher2010-01-01
* HTML writer: Use functions from XML module to escape strings.fiddlosopher2010-01-01
* Finished converting HTML writer to use unicode instead of entities.fiddlosopher2010-01-01
* Modified S5 writer to look for s5 files in s5 directory.fiddlosopher2010-01-01
* LaTeX writer: Only require listings package if needed.fiddlosopher2009-12-31
* Removed redundant imports (found by ghc 6.12).fiddlosopher2009-12-31