Age | Commit message (Expand) | Author | Files | Lines |
2010-02-26 | LaTeX reader: allow any special character to be escaped. | fiddlosopher | 1 | -1/+1 |
2010-02-21 | Behave gracefully if HOME is not set. | fiddlosopher | 1 | -7/+9 |
2010-02-20 | Incomplete support for RST tables (simple and grid). | fiddlosopher | 1 | -2/+193 |
2010-02-12 | LaTeX reader: treat \paragraph and \subparagraph as level 4, 5 headers. | fiddlosopher | 1 | -2/+2 |
2010-02-12 | HTML reader: handle spaces before <html>. | fiddlosopher | 1 | -0/+1 |
2010-02-12 | HTML reader: Be forgiving in parsing a bare list within a list. | fiddlosopher | 1 | -2/+6 |
2010-02-06 | Removed html2markdown and hsmarkdown. | fiddlosopher | 1 | -47/+0 |
2010-02-03 | Require two spaces after capital letter + period for list item. | fiddlosopher | 1 | -2/+2 |
2010-02-02 | Allow absolute URI as parameter (in this case, content is downloaded). | fiddlosopher | 1 | -1/+8 |
2010-02-02 | Made HTML reader much more forgiving. | fiddlosopher | 1 | -29/+106 |
2010-01-31 | LaTeX writer: set numbersections template variable. | fiddlosopher | 1 | -0/+1 |
2010-01-18 | Made userdir arg of saveDocumentAsODT a Maybe. | fiddlosopher | 2 | -10/+13 |
2010-01-18 | Removed unneeded import. | fiddlosopher | 1 | -5/+0 |
2010-01-18 | Made user directory a Maybe in readFile, s5HeaderIncludes, laTeXMathML. | fiddlosopher | 5 | -14/+13 |
2010-01-18 | Rename getTemplate -> getDefaultTemplate. | fiddlosopher | 2 | -11/+11 |
2010-01-14 | Added --data-dir option. | fiddlosopher | 6 | -51/+57 |
2010-01-11 | Added getTemplate to Text.Pandoc.Templates. | fiddlosopher | 1 | -7/+27 |
2010-01-09 | HTML writer: don't include empty UL if --toc but no sections. | fiddlosopher | 1 | -1/+5 |
2010-01-05 | markdown2pdf: always do at least two runs. | fiddlosopher | 1 | -3/+2 |
2010-01-05 | LaTeX writer: Removed stLink, link template variable. | fiddlosopher | 1 | -5/+2 |
2010-01-04 | Updated haddocks for changes in Meta type. | fiddlosopher | 1 | -3/+2 |
2010-01-03 | LaTeX writer: if book, report, or memoir documentclass, use \chapter{} | fiddlosopher | 1 | -7/+21 |
2010-01-02 | Changed default of writerXeTeX to False. | fiddlosopher | 1 | -1/+1 |
2010-01-02 | markdown2pdf.hs: throw error if pandoc --dump-args does. | fiddlosopher | 1 | -3/+3 |
2010-01-02 | markdown2pdf.hs: When --toc, run latex an extra time. | fiddlosopher | 1 | -2/+4 |
2010-01-02 | pandoc.hs: warn of deprecated options after --dump-args has exited. | fiddlosopher | 1 | -5/+9 |
2010-01-01 | XML: don't escape \160 (nonbreaking space) as an entity. | fiddlosopher | 1 | -2/+1 |
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 | Added --reference-odt option. | fiddlosopher | 2 | -15/+28 |
2009-12-31 | LaTeX writer: Only require listings package if needed. | fiddlosopher | 1 | -2/+7 |
2009-12-31 | Added needed imports from System.IO when we're using ghc >= 6.12. | fiddlosopher | 2 | -2/+3 |
2009-12-31 | Removed redundant imports (found by ghc 6.12). | fiddlosopher | 11 | -14/+9 |
2009-12-31 | Use System.IO.UTF8 only if ghc < 6.12. | fiddlosopher | 5 | -4/+27 |
2009-12-31 | Removed unneeded LANGUAGE pragmas. | fiddlosopher | 5 | -5/+1 |
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 | markdown2pdf.hs: interpret ! in a log as an error line. | fiddlosopher | 1 | -1/+1 |
2009-12-31 | Modified latex template to include bare minimum of packages. | fiddlosopher | 1 | -18/+51 |
2009-12-31 | Added --xetex option to pandoc and markdown2pdf. | fiddlosopher | 3 | -13/+28 |
2009-12-31 | Modified mediawiki writer to use new templates. | fiddlosopher | 1 | -15/+15 |
2009-12-31 | Updated texinfo writer to use new templates. | fiddlosopher | 1 | -87/+37 |
2009-12-31 | Modified RTF writer to use new templates. | fiddlosopher | 1 | -34/+20 |
2009-12-31 | Revised man writer to use new templates. | fiddlosopher | 1 | -42/+37 |
2009-12-31 | Opendocument writer: support new templates. | fiddlosopher | 1 | -82/+29 |
2009-12-31 | Don't wrap text in OpenDocument writer. | fiddlosopher | 1 | -11/+5 |
2009-12-31 | Context and latex writers - parse title, author, date before body. | fiddlosopher | 2 | -10/+10 |
2009-12-31 | Updated docbook writer to use new templates. | fiddlosopher | 1 | -38/+38 |