Age | Commit message (Expand) | Author | Files | Lines |
2013-08-04 | Remove CPP from default-extensions; add pragmas to modules as needed. | John MacFarlane | 1 | -0/+1 |
2013-05-01 | remove reference in pandoc.1 to markdown2pdf (1) | Jens Petersen | 1 | -1/+1 |
2013-01-25 | make-pandoc-man-pages: CPP macros to import right time module. | John MacFarlane | 1 | -1/+4 |
2013-01-09 | Added Attr field to Header. | John MacFarlane | 1 | -6/+6 |
2012-10-15 | make-pandoc-man-pages: Use MIN_VERSION macro rather than checking GHC version. | John MacFarlane | 1 | -1/+1 |
2012-10-15 | Moved man page creation out of Setup.hs. | John MacFarlane | 1 | -0/+98 |
2012-01-20 | Removed markdown2pdf and documentation. | John MacFarlane | 1 | -120/+0 |
2011-10-23 | Revert "Added built man pages to repository." | John MacFarlane | 3 | -2867/+0 |
2011-10-23 | Added built man pages to repository. | John MacFarlane | 3 | -0/+2867 |
2011-07-22 | Added `--luatex` option to markdown2pdf. | John MacFarlane | 1 | -0/+3 |
2011-07-22 | Deprecated `--xetex` option - it is no longer needed. | John MacFarlane | 1 | -3/+3 |
2011-01-29 | Updated some dates in documentation. | John MacFarlane | 1 | -1/+1 |
2011-01-28 | Support --listings in markdown2pdf (Etienne Millon). | John MacFarlane | 1 | -0/+3 |
2011-01-28 | Refactored man pages. | John MacFarlane | 2 | -1/+15 |
2011-01-28 | Moved manpage.template -> man/man1/pandoc.1.template. | John MacFarlane | 1 | -0/+13 |
2011-01-01 | Documented -V fontsize= in markdown2pdf man page. | John MacFarlane | 1 | -4/+2 |
2010-12-11 | Removed deprecated -C/--custom-header option. | John MacFarlane | 1 | -4/+0 |
2010-12-07 | Added Paulo Tanimoto to AUTHORS in markdown2pdf man page. | John MacFarlane | 2 | -478/+1 |
2010-12-07 | Use same options documentation in README and man page. | John MacFarlane | 1 | -101/+150 |
2010-12-05 | Documented fact that you can specify --bibliography repeatedly. | John MacFarlane | 1 | -1/+2 |
2010-12-05 | Documented org-mode writer in README, cabal, man pages. | John MacFarlane | 1 | -4/+4 |
2010-12-05 | Documented all the formats citeproc/bibutils can handle. | John MacFarlane | 1 | -2/+6 |
2010-12-03 | Updated README and pandoc man page with textile reader. | John MacFarlane | 1 | -5/+5 |
2010-12-03 | More documentation for citeproc features (still incomplete). | John MacFarlane | 2 | -2/+2 |
2010-12-02 | Added --bibliography, --csl, --data-dir to markdown2pdf man page. | John MacFarlane | 1 | -0/+40 |
2010-12-02 | Added --bibliography and --csl to pandoc man page. | John MacFarlane | 1 | -0/+24 |
2010-11-27 | Merge branch 'textile' | John MacFarlane | 1 | -6/+7 |
2010-10-26 | Added support for MathJax for displaying math in HTML. | John MacFarlane | 1 | -0/+4 |
2010-07-22 | Added new --offline option for slidy. | John MacFarlane | 1 | -0/+5 |
2010-07-21 | Updated --data-dir documentation to include epub.css. | John MacFarlane | 1 | -2/+3 |
2010-07-15 | Added --section-divs option. | John MacFarlane | 1 | -0/+4 |
2010-07-15 | Added --webtex option for HTML math. | John MacFarlane | 1 | -0/+5 |
2010-07-14 | Fixed pandoc man page source. | John MacFarlane | 1 | -3/+3 |
2010-07-13 | Added a slidy writer. | John MacFarlane | 1 | -3/+4 |
2010-07-05 | Documented EPUB writer and --epub-{stylesheet,metadata} options. | John MacFarlane | 1 | -9/+29 |
2010-05-17 | Added Textile writer module. | John MacFarlane | 1 | -10/+10 |
2010-05-06 | Updated man page and README. | John MacFarlane | 1 | -3/+2 |
2010-03-23 | Removed refs to hsmarkdown, html2markdown from pandoc man page. | John MacFarlane | 1 | -2/+0 |
2010-03-18 | Added --mathml option; removed Text.Pandoc.LaTeXMathML. | fiddlosopher | 1 | -0/+4 |
2010-03-18 | Added plain writer. | fiddlosopher | 1 | -4/+4 |
2010-03-14 | Added --base-header-level option. | fiddlosopher | 1 | -0/+3 |
2010-03-13 | Use template variables for include-before/after. | fiddlosopher | 1 | -0/+8 |
2010-02-06 | Removed html2markdown and hsmarkdown. | fiddlosopher | 2 | -137/+0 |
2010-02-03 | Updated markdown2pdf man page. | fiddlosopher | 1 | -13/+9 |
2010-02-02 | Removed advice to pipe through tidy before HTML reader. | fiddlosopher | 1 | -4/+0 |
2010-02-02 | Allow absolute URI as parameter (in this case, content is downloaded). | fiddlosopher | 1 | -3/+9 |
2010-01-14 | Added --data-dir option. | fiddlosopher | 1 | -7/+18 |
2010-01-10 | Deprecated --custom-header in documentation. | fiddlosopher | 2 | -8/+6 |
2009-12-31 | Added --reference-odt option. | fiddlosopher | 1 | -0/+11 |
2009-12-31 | Fuller discussion of Templates in README and man page. | fiddlosopher | 1 | -3/+10 |