summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* HTML, LaTeX writer: Don't print header row in headerless table.fiddlosopher2010-03-01
* Allow multi-line titles and authors in meta block.fiddlosopher2010-02-28
* Added accessors (docTitle, docAuthors, docDate) to Meta type.fiddlosopher2010-02-28
* RST reader: Improved grid tables.fiddlosopher2010-02-27
* Markdown reader: Use simpler approach for URLs - just escape spaces.fiddlosopher2010-02-27
* Mediawiki writer: Don't print a "== Notes ==" header before references.fiddlosopher2010-02-27
* Promoted mediawiki headers.fiddlosopher2010-02-27
* Markdown reader: properly escape URIs.fiddlosopher2010-02-27
* LaTeX reader: handle \ (interword space).fiddlosopher2010-02-27
* LaTeX reader: allow any special character to be escaped.fiddlosopher2010-02-26
* Behave gracefully if HOME is not set.fiddlosopher2010-02-21
* Incomplete support for RST tables (simple and grid).fiddlosopher2010-02-20
* LaTeX reader: treat \paragraph and \subparagraph as level 4, 5 headers.fiddlosopher2010-02-12
* HTML reader: handle spaces before <html>.fiddlosopher2010-02-12
* HTML reader: Be forgiving in parsing a bare list within a list.fiddlosopher2010-02-12
* Removed html2markdown and hsmarkdown.fiddlosopher2010-02-06
* Require two spaces after capital letter + period for list item.fiddlosopher2010-02-03
* Allow absolute URI as parameter (in this case, content is downloaded).fiddlosopher2010-02-02
* Made HTML reader much more forgiving.fiddlosopher2010-02-02
* LaTeX writer: set numbersections template variable.fiddlosopher2010-01-31
* Made userdir arg of saveDocumentAsODT a Maybe.fiddlosopher2010-01-18
* Removed unneeded import.fiddlosopher2010-01-18
* Made user directory a Maybe in readFile, s5HeaderIncludes, laTeXMathML.fiddlosopher2010-01-18
* Rename getTemplate -> getDefaultTemplate.fiddlosopher2010-01-18
* Added --data-dir option.fiddlosopher2010-01-14
* Added getTemplate to Text.Pandoc.Templates.fiddlosopher2010-01-11
* HTML writer: don't include empty UL if --toc but no sections.fiddlosopher2010-01-09
* markdown2pdf: always do at least two runs.fiddlosopher2010-01-05
* LaTeX writer: Removed stLink, link template variable.fiddlosopher2010-01-05
* Updated haddocks for changes in Meta type.fiddlosopher2010-01-04
* LaTeX writer: if book, report, or memoir documentclass, use \chapter{}fiddlosopher2010-01-03
* Changed default of writerXeTeX to False.fiddlosopher2010-01-02
* markdown2pdf.hs: throw error if pandoc --dump-args does.fiddlosopher2010-01-02
* markdown2pdf.hs: When --toc, run latex an extra time.fiddlosopher2010-01-02
* pandoc.hs: warn of deprecated options after --dump-args has exited.fiddlosopher2010-01-02
* XML: don't escape \160 (nonbreaking space) as an entity.fiddlosopher2010-01-01
* 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
* Added --reference-odt option.fiddlosopher2009-12-31
* LaTeX writer: Only require listings package if needed.fiddlosopher2009-12-31
* Added needed imports from System.IO when we're using ghc >= 6.12.fiddlosopher2009-12-31
* Removed redundant imports (found by ghc 6.12).fiddlosopher2009-12-31
* Use System.IO.UTF8 only if ghc < 6.12.fiddlosopher2009-12-31
* Removed unneeded LANGUAGE pragmas.fiddlosopher2009-12-31
* Use UTF8 instead of entities in HTML.fiddlosopher2009-12-31
* HTML footnotes: put anchor inside sup, instead of other way.fiddlosopher2009-12-31
* markdown2pdf.hs: interpret ! in a log as an error line.fiddlosopher2009-12-31
* Modified latex template to include bare minimum of packages.fiddlosopher2009-12-31