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