summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-31Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher
2009-12-31Added rough templates for all writers. These need much fine tuning.fiddlosopher
2009-12-31Added 'standalone' variable, use in templates.fiddlosopher
2009-12-31Fixed markdown writer to use templates.fiddlosopher
2009-12-31Started on an HTML template.fiddlosopher
2009-12-31Moved odt-styles -> odt. Changed ODT module to look at user data first.fiddlosopher
2009-12-31Changed readDataFile to look first in user data directory.fiddlosopher
2009-12-31Removed TH module; refactored LaTeXMathML not to use TH.fiddlosopher
2009-12-31Removed TH dependency from S5 module, removed DefaultTemplates.fiddlosopher
2009-12-31Removed need for TH in ODT module.fiddlosopher
2009-12-31Use Text.Pandoc.Templates instead of Text.Pandoc.DefaultTemplates.fiddlosopher
2009-12-31Added getDefaultTemplate to Templates.fiddlosopher
2009-12-31Added templates/ directory.fiddlosopher
2009-12-31Simplified handling of --css; removed optCSS in pandoc.hs.fiddlosopher
2009-12-31Added -V/--variable option to set custom template variables.fiddlosopher
2009-12-31Removed unneeded writer options; use template variables instead.fiddlosopher
2009-12-31Added and documented --template option.fiddlosopher
2009-12-31Use legacy-header variable for custom header.fiddlosopher
2009-12-31Made writerVariables active in LaTeX writer.fiddlosopher
2009-12-31Add legacy-header to LaTeX template.fiddlosopher
2009-12-31Changed --print-default-header to --print-default-template.fiddlosopher
2009-12-31Added writerTemplate and writerVariables to writerOptions.fiddlosopher
2009-12-31Renamed headers -> templates.fiddlosopher
2009-12-31LaTeX header: fixes for xetex and header-includes.fiddlosopher
2009-12-31Revised LaTeX writer to use templates.fiddlosopher
2009-12-31Fixed S5.fiddlosopher
2009-12-31Added templates module.fiddlosopher
2009-12-31Changed RunTests.hs to use the Diff library.fiddlosopher
2009-12-29Minor tweak to README on definition lists.fiddlosopher
2009-12-29Fixed link in README.fiddlosopher
2009-12-29Documented pandoc 1.3's definition lists in README.fiddlosopher
2009-12-22RST reader: Allow :: before lhs code block.fiddlosopher
2009-12-11Filled in date for release on website.fiddlosopher
2009-12-11Replaced "pandocwiki" demo with link to gitit.fiddlosopher
2009-12-11Fixed typo in website.fiddlosopher
2009-12-11Added release highlights to web index.fiddlosopher
2009-12-09Updated changelog.fiddlosopher
2009-12-09Changed dates in READMEfiddlosopher
2009-12-09Use HTML combinators for spans in section numbers.fiddlosopher
2009-12-08Provide CSS hooks for section numbers in headers and TOC entries.fiddlosopher
2009-12-08Added optional section numbering in HTML output.fiddlosopher
2009-12-07Don't print raw HTML in man output.fiddlosopher
2009-12-07Improved syntax for markdown definition lists.fiddlosopher
2009-12-07Blank lines after lists in MediaWiki writer.fiddlosopher
2009-12-07Changed markdown2pdf.hs so it prints error messages on last attempt.fiddlosopher
2009-12-07Removed reference to html2markdown wrapper in wrapper flag description.fiddlosopher
2009-12-05Allow markdown tables without headers.fiddlosopher
2009-12-05Docbook writer: add ids to sections. Use link for internal links.fiddlosopher
2009-12-05Added --id-prefix option.fiddlosopher
2009-12-05Markdown reader: Compensate for width of final table column.fiddlosopher