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