Age | Commit message (Expand) | Author | Files | Lines |
2010-03-23 | Fixed treatment of unicode characters in URIs. | John MacFarlane | 1 | -12/+20 |
2010-03-22 | OpenDocument writer: Use a Map for stTextStyleAttr. | John MacFarlane | 1 | -10/+10 |
2010-03-21 | HTML writer: fixed error in Math writer that caused infinite loop. | John MacFarlane | 1 | -3/+5 |
2010-03-20 | HTML writer: Don't include TOC div if table of contents is empty. | fiddlosopher | 1 | -10/+11 |
2010-03-18 | Added --mathml option; removed Text.Pandoc.LaTeXMathML. | fiddlosopher | 1 | -2/+18 |
2010-03-18 | Added plain writer. | fiddlosopher | 1 | -21/+67 |
2010-03-18 | MediaWiki writer: make links to relative URLs wikilinks. | fiddlosopher | 1 | -11/+9 |
2010-03-18 | Texinfo writer: Handle images in figures. | fiddlosopher | 1 | -0/+6 |
2010-03-18 | HTML writer: Use a p rather than a div for image caption. | fiddlosopher | 1 | -1/+1 |
2010-03-18 | RST writer: handle images in figures. | fiddlosopher | 1 | -0/+6 |
2010-03-17 | MediaWiki writer: Support images in figures. | fiddlosopher | 1 | -0/+8 |
2010-03-17 | Docbook writer: support images as figures. | fiddlosopher | 1 | -0/+8 |
2010-03-17 | Revert "LaTeX writer: Add unique labels to figures." | fiddlosopher | 1 | -11/+4 |
2010-03-16 | LaTeX writer: Add unique labels to figures. | fiddlosopher | 1 | -4/+11 |
2010-03-16 | ConTeXt writer: support images in figures. | fiddlosopher | 1 | -4/+6 |
2010-03-16 | LaTeX writer: support figures with captions. | fiddlosopher | 1 | -0/+5 |
2010-03-16 | HTML writer: implemented image-with-caption feature. | fiddlosopher | 1 | -0/+5 |
2010-03-13 | Use template variables for include-before/after. | fiddlosopher | 11 | -60/+11 |
2010-03-13 | OpenDocument writer: handle tables with no headers. | fiddlosopher | 1 | -1/+3 |
2010-03-13 | Man writer: properly handle headerless tables. | fiddlosopher | 1 | -2/+4 |
2010-03-13 | Texinfo writer: fixed headerless tables. | fiddlosopher | 1 | -1/+3 |
2010-03-11 | RST writer: Fixed headerless tables. | fiddlosopher | 1 | -2/+4 |
2010-03-11 | MediaWiki writer: fixed headerless tables. | fiddlosopher | 1 | -36/+37 |
2010-03-11 | RTF writer: fixed headerless tables. | fiddlosopher | 1 | -1/+3 |
2010-03-10 | Markdown writer: proper support for headerless tables. | fiddlosopher | 1 | -4/+12 |
2010-03-10 | HTML writer: Use tbody, thead, and cols in tables. | fiddlosopher | 1 | -19/+19 |
2010-03-09 | Docbook writer: handle headerless tables. | fiddlosopher | 1 | -28/+25 |
2010-03-07 | Markdown writer: Fixed citations. | fiddlosopher | 1 | -7/+1 |
2010-03-07 | ConTeXt writer: Don't use header in headerless table. | fiddlosopher | 1 | -2/+4 |
2010-03-07 | HTML writer: Fixed multiline tables with no header. | fiddlosopher | 1 | -23/+21 |
2010-03-07 | Fixed docbook writer for headerless tables. | fiddlosopher | 1 | -0/+1 |
2010-03-01 | HTML, LaTeX writer: Don't print header row in headerless table. | fiddlosopher | 2 | -5/+6 |
2010-02-27 | Mediawiki writer: Don't print a "== Notes ==" header before references. | fiddlosopher | 1 | -1/+1 |
2010-02-27 | Promoted mediawiki headers. | fiddlosopher | 1 | -1/+1 |
2010-01-31 | LaTeX writer: set numbersections template variable. | fiddlosopher | 1 | -0/+1 |
2010-01-18 | Made user directory a Maybe in readFile, s5HeaderIncludes, laTeXMathML. | fiddlosopher | 1 | -3/+3 |
2010-01-14 | Added --data-dir option. | fiddlosopher | 1 | -16/+16 |
2010-01-09 | HTML writer: don't include empty UL if --toc but no sections. | fiddlosopher | 1 | -1/+5 |
2010-01-05 | LaTeX writer: Removed stLink, link template variable. | fiddlosopher | 1 | -5/+2 |
2010-01-03 | LaTeX writer: if book, report, or memoir documentclass, use \chapter{} | fiddlosopher | 1 | -7/+21 |
2010-01-01 | Docbook writer: use unicode instead of entities. | fiddlosopher | 1 | -3/+3 |
2010-01-01 | HTML writer: Use functions from XML module to escape strings. | fiddlosopher | 1 | -8/+2 |
2010-01-01 | Finished converting HTML writer to use unicode instead of entities. | fiddlosopher | 1 | -14/+13 |
2010-01-01 | Modified S5 writer to look for s5 files in s5 directory. | fiddlosopher | 1 | -8/+8 |
2009-12-31 | LaTeX writer: Only require listings package if needed. | fiddlosopher | 1 | -2/+7 |
2009-12-31 | Removed redundant imports (found by ghc 6.12). | fiddlosopher | 6 | -8/+4 |
2009-12-31 | Use UTF8 instead of entities in HTML. | fiddlosopher | 1 | -3/+1 |
2009-12-31 | HTML footnotes: put anchor inside sup, instead of other way. | fiddlosopher | 1 | -4/+4 |
2009-12-31 | Modified latex template to include bare minimum of packages. | fiddlosopher | 1 | -18/+51 |
2009-12-31 | Modified mediawiki writer to use new templates. | fiddlosopher | 1 | -15/+15 |