aboutsummaryrefslogtreecommitdiff
path: root/man
AgeCommit message (Expand)AuthorFilesLines
2012-01-20Removed markdown2pdf and documentation.John MacFarlane1-120/+0
2011-10-23Revert "Added built man pages to repository."John MacFarlane3-2867/+0
2011-10-23Added built man pages to repository.John MacFarlane3-0/+2867
2011-07-22Added `--luatex` option to markdown2pdf.John MacFarlane1-0/+3
2011-07-22Deprecated `--xetex` option - it is no longer needed.John MacFarlane1-3/+3
2011-01-29Updated some dates in documentation.John MacFarlane1-1/+1
2011-01-28Support --listings in markdown2pdf (Etienne Millon).John MacFarlane1-0/+3
2011-01-28Refactored man pages.John MacFarlane2-1/+15
2011-01-28Moved manpage.template -> man/man1/pandoc.1.template.John MacFarlane1-0/+13
2011-01-01Documented -V fontsize= in markdown2pdf man page.John MacFarlane1-4/+2
2010-12-11Removed deprecated -C/--custom-header option.John MacFarlane1-4/+0
2010-12-07Added Paulo Tanimoto to AUTHORS in markdown2pdf man page.John MacFarlane2-478/+1
2010-12-07Use same options documentation in README and man page.John MacFarlane1-101/+150
2010-12-05Documented fact that you can specify --bibliography repeatedly.John MacFarlane1-1/+2
2010-12-05Documented org-mode writer in README, cabal, man pages.John MacFarlane1-4/+4
2010-12-05Documented all the formats citeproc/bibutils can handle.John MacFarlane1-2/+6
2010-12-03Updated README and pandoc man page with textile reader.John MacFarlane1-5/+5
2010-12-03More documentation for citeproc features (still incomplete).John MacFarlane2-2/+2
2010-12-02Added --bibliography, --csl, --data-dir to markdown2pdf man page.John MacFarlane1-0/+40
2010-12-02Added --bibliography and --csl to pandoc man page.John MacFarlane1-0/+24
2010-11-27Merge branch 'textile'John MacFarlane1-6/+7
2010-10-26Added support for MathJax for displaying math in HTML.John MacFarlane1-0/+4
2010-07-22Added new --offline option for slidy.John MacFarlane1-0/+5
2010-07-21Updated --data-dir documentation to include epub.css.John MacFarlane1-2/+3
2010-07-15Added --section-divs option.John MacFarlane1-0/+4
2010-07-15Added --webtex option for HTML math.John MacFarlane1-0/+5
2010-07-14Fixed pandoc man page source.John MacFarlane1-3/+3
2010-07-13Added a slidy writer.John MacFarlane1-3/+4
2010-07-05Documented EPUB writer and --epub-{stylesheet,metadata} options.John MacFarlane1-9/+29
2010-05-17Added Textile writer module.John MacFarlane1-10/+10
2010-05-06Updated man page and README.John MacFarlane1-3/+2
2010-03-23Removed refs to hsmarkdown, html2markdown from pandoc man page.John MacFarlane1-2/+0
2010-03-18Added --mathml option; removed Text.Pandoc.LaTeXMathML.fiddlosopher1-0/+4
2010-03-18Added plain writer.fiddlosopher1-4/+4
2010-03-14Added --base-header-level option.fiddlosopher1-0/+3
2010-03-13Use template variables for include-before/after.fiddlosopher1-0/+8
2010-02-06Removed html2markdown and hsmarkdown.fiddlosopher2-137/+0
2010-02-03Updated markdown2pdf man page.fiddlosopher1-13/+9
2010-02-02Removed advice to pipe through tidy before HTML reader.fiddlosopher1-4/+0
2010-02-02Allow absolute URI as parameter (in this case, content is downloaded).fiddlosopher1-3/+9
2010-01-14Added --data-dir option.fiddlosopher1-7/+18
2010-01-10Deprecated --custom-header in documentation.fiddlosopher2-8/+6
2009-12-31Added --reference-odt option.fiddlosopher1-0/+11
2009-12-31Fuller discussion of Templates in README and man page.fiddlosopher1-3/+10
2009-12-31Added --xetex option to pandoc and markdown2pdf.fiddlosopher2-0/+6
2009-12-31Added $for$ to template system.fiddlosopher1-5/+15
2009-12-31Revised documentation for templates.fiddlosopher1-6/+0
2009-12-31Added 'standalone' variable, use in templates.fiddlosopher1-0/+2
2009-12-31Added -V/--variable option to set custom template variables.fiddlosopher2-3/+17
2009-12-31Added and documented --template option.fiddlosopher2-1/+76