aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2009-12-31Modified templates to respect indentation.fiddlosopher1-30/+48
2009-12-31-Wall cleanup in markdown writer.fiddlosopher1-3/+3
2009-12-31Got s5 writer working with html template.fiddlosopher2-3/+2
2009-12-31HTML writer changes for templates.fiddlosopher3-84/+88
2009-12-31Fixed up LaTeXMathML module not to use TH.fiddlosopher2-6/+10
2009-12-31Implemented templates for context writer.fiddlosopher1-47/+28
2009-12-31Restored writerIncludeBefore, writerIncludeAfter.fiddlosopher4-19/+38
2009-12-31Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher12-58/+67
2009-12-31Added 'standalone' variable, use in templates.fiddlosopher3-13/+6
2009-12-31Fixed markdown writer to use templates.fiddlosopher1-24/+28
2009-12-31Moved odt-styles -> odt. Changed ODT module to look at user data first.fiddlosopher1-1/+7
2009-12-31Changed readDataFile to look first in user data directory.fiddlosopher2-21/+7
2009-12-31Removed TH module; refactored LaTeXMathML not to use TH.fiddlosopher5-70/+21
2009-12-31Removed TH dependency from S5 module, removed DefaultTemplates.fiddlosopher3-115/+42
2009-12-31Removed need for TH in ODT module.fiddlosopher2-16/+6
2009-12-31Use Text.Pandoc.Templates instead of Text.Pandoc.DefaultTemplates.fiddlosopher3-32/+41
2009-12-31Added getDefaultTemplate to Templates.fiddlosopher1-1/+27
2009-12-31Simplified handling of --css; removed optCSS in pandoc.hs.fiddlosopher1-20/+12
2009-12-31Added -V/--variable option to set custom template variables.fiddlosopher2-2/+16
2009-12-31Removed unneeded writer options; use template variables instead.fiddlosopher13-288/+289
2009-12-31Added and documented --template option.fiddlosopher1-2/+16
2009-12-31Use legacy-header variable for custom header.fiddlosopher1-12/+16
2009-12-31Made writerVariables active in LaTeX writer.fiddlosopher1-1/+2
2009-12-31Changed --print-default-header to --print-default-template.fiddlosopher1-4/+4
2009-12-31Added writerTemplate and writerVariables to writerOptions.fiddlosopher2-0/+6
2009-12-31Renamed headers -> templates.fiddlosopher3-32/+31
2009-12-31Revised LaTeX writer to use templates.fiddlosopher1-85/+34
2009-12-31Fixed S5.fiddlosopher2-2/+4
2009-12-31Added templates module.fiddlosopher1-0/+111
2009-12-22RST reader: Allow :: before lhs code block.fiddlosopher1-0/+1
2009-12-09Use HTML combinators for spans in section numbers.fiddlosopher1-26/+27
2009-12-08Provide CSS hooks for section numbers in headers and TOC entries.fiddlosopher1-2/+6
2009-12-08Added optional section numbering in HTML output.fiddlosopher5-15/+29
2009-12-07Don't print raw HTML in man output.fiddlosopher1-2/+2
2009-12-07Improved syntax for markdown definition lists.fiddlosopher17-75/+106
2009-12-07Blank lines after lists in MediaWiki writer.fiddlosopher1-6/+4
2009-12-07Changed markdown2pdf.hs so it prints error messages on last attempt.fiddlosopher1-2/+2
2009-12-05Allow markdown tables without headers.fiddlosopher1-28/+52
2009-12-05Docbook writer: add ids to sections. Use link for internal links.fiddlosopher1-3/+6
2009-12-05Added --id-prefix option.fiddlosopher3-10/+26
2009-12-05Markdown reader: Compensate for width of final table column.fiddlosopher1-1/+11
2009-12-05Fixed handling of footnotes in titles (HTML) and headers (LaTeX).fiddlosopher2-16/+28
2009-12-05Added stripTags to Text.Pandoc.XML.fiddlosopher1-1/+12
2009-12-05Markdown reader: Treat a backslash followed by a newline as hard linebreak.fiddlosopher1-4/+4
2009-12-05Added "head" to list of HTML block-level tags.fiddlosopher1-1/+1
2009-12-05Changed --default-code-classes -> --indented-code-classes.fiddlosopher3-9/+10
2009-12-01Allow . and ~ in header identifiers.fiddlosopher1-1/+1
2009-12-01Added --default-code-classes option.fiddlosopher3-4/+18
2009-11-29Allow _ character in automatically generated identifiers.fiddlosopher1-1/+1
2009-11-29Markdown reader: treat 4 or more * or _ in a row as literal text.fiddlosopher1-0/+7