Age | Commit message (Expand) | Author | Files | Lines |
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 |
2009-12-31 | Added --xetex option to pandoc and markdown2pdf. | fiddlosopher | 2 | -0/+6 |
2009-12-31 | Added $for$ to template system. | fiddlosopher | 1 | -5/+15 |
2009-12-31 | Revised documentation for templates. | fiddlosopher | 1 | -6/+0 |
2009-12-31 | Added 'standalone' variable, use in templates. | fiddlosopher | 1 | -0/+2 |
2009-12-31 | Added -V/--variable option to set custom template variables. | fiddlosopher | 2 | -3/+17 |
2009-12-31 | Added and documented --template option. | fiddlosopher | 2 | -1/+76 |
2009-12-31 | Changed --print-default-header to --print-default-template. | fiddlosopher | 1 | -4/+3 |
2009-12-08 | Added optional section numbering in HTML output. | fiddlosopher | 1 | -2/+2 |
2009-12-05 | Added --id-prefix option. | fiddlosopher | 1 | -0/+5 |
2009-12-05 | Changed --default-code-classes -> --indented-code-classes. | fiddlosopher | 1 | -1/+1 |
2009-12-01 | Added --default-code-classes option. | fiddlosopher | 1 | -0/+5 |
2009-02-24 | Removed plugin support. | fiddlosopher | 1 | -8/+0 |
2009-01-24 | Added --email-obfuscation option. | fiddlosopher | 1 | -0/+8 |
2009-01-24 | Added a plugin system, based on hint. | fiddlosopher | 1 | -0/+8 |
2008-12-02 | Modified README and man page to document lhs features. | fiddlosopher | 1 | -15/+5 |
2008-12-02 | Handle --lhs-out option in HTML, LaTeX, and Markdown writers. | fiddlosopher | 1 | -0/+14 |
2008-10-28 | Added --jsmath option. | fiddlosopher | 1 | -0/+5 |
2008-09-14 | Removed spurious reference to a pdf output format in the pandoc(1) man page. | fiddlosopher | 1 | -4/+3 |
2008-08-27 | Removed PDF writer from core pandoc, restored markdown2pdf. | fiddlosopher | 2 | -1/+71 |
2008-08-13 | Support for display math; changed ASCIIMathML -> LaTeXMathML: | fiddlosopher | 1 | -3/+3 |
2008-08-10 | Updated man page sources with pdf output option, minor cosmetic changes. | fiddlosopher | 3 | -19/+21 |