Age | Commit message (Expand) | Author | Files | Lines |
2009-02-24 | Removed plugin support. | fiddlosopher | 1 | -217/+0 |
2009-01-24 | Added --email-obfuscation option. | fiddlosopher | 1 | -0/+8 |
2009-01-24 | Improved documentation for plugins in README. | fiddlosopher | 1 | -22/+69 |
2009-01-24 | Renamed processIn -> processWith, queryIn -> queryWith. | fiddlosopher | 1 | -4/+4 |
2009-01-24 | Added a plugin system, based on hint. | fiddlosopher | 1 | -0/+170 |
2008-12-02 | Modified README and man page to document lhs features. | fiddlosopher | 1 | -16/+51 |
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 | -11/+27 |
2008-09-15 | Fixed minor cut-and-paste error in README. | fiddlosopher | 1 | -1/+1 |
2008-09-12 | Changed list parser so that only the starting list marker matters: | fiddlosopher | 1 | -20/+3 |
2008-09-08 | --tabstop -> --tab-stop in README documentation. | fiddlosopher | 1 | -1/+1 |
2008-09-04 | Reworked Text.Pandoc.ODT to use zip-archive instead of calling external 'zip'. | fiddlosopher | 1 | -5/+0 |
2008-08-27 | Removed PDF writer from core pandoc, restored markdown2pdf. | fiddlosopher | 1 | -27/+42 |
2008-08-13 | Support for display math; changed ASCIIMathML -> LaTeXMathML: | fiddlosopher | 1 | -10/+10 |
2008-08-10 | Removed markdown2pdf and all references to it. | fiddlosopher | 1 | -35/+10 |
2008-08-10 | Added Text.Pandoc.PDF module, 'pdf' as new output option. | fiddlosopher | 1 | -5/+22 |
2008-08-02 | Added information about `odt` to README and pandoc(1) man page. | fiddlosopher | 1 | -31/+44 |
2008-07-31 | Added 'odt' output option to pandoc: | fiddlosopher | 1 | -23/+3 |
2008-07-27 | Added MediaWiki writer. | fiddlosopher | 1 | -12/+16 |
2008-07-11 | Added paragraph to README about producing S5 with separate CSS/javascript. | fiddlosopher | 1 | -2/+15 |
2008-07-11 | In smart mode, use nonbreaking spaces after abbreviations in markdown parser. | fiddlosopher | 1 | -4/+5 |
2008-07-11 | Treat '\ ' in (extended) markdown as nonbreaking space. | fiddlosopher | 1 | -0/+3 |
2008-03-25 | Additional README changes for OpenDocument writer. | fiddlosopher | 1 | -19/+20 |
2008-03-25 | Documented OpenDocument writer and markdown2odt in README. | fiddlosopher | 1 | -45/+48 |
2008-03-22 | The '--sanitize-html' option now examines URIs in markdown links | fiddlosopher | 1 | -1/+2 |
2008-03-19 | Acknowledge contributors in README. | fiddlosopher | 1 | -4/+3 |
2008-02-24 | Changes to Texinfo writer: | fiddlosopher | 1 | -13/+17 |
2008-02-09 | Updated README's instructions on delimited code blocks to include | fiddlosopher | 1 | -7/+8 |
2008-02-09 | Documentation for delimited code blocks. | fiddlosopher | 1 | -2/+51 |
2008-01-08 | Made -c/--css option repeatable on the command line (like -H, -A, -B). | fiddlosopher | 1 | -4/+11 |
2008-01-08 | Changed dates on documentation. | fiddlosopher | 1 | -1/+1 |
2008-01-04 | Use an interpreted text role to render math in restructuredText. | fiddlosopher | 1 | -0/+4 |
2008-01-03 | Added optional HTML sanitization using a whitelist. | fiddlosopher | 1 | -0/+5 |
2007-12-21 | Modified rules for HTML header identifiers to ensure legal identifiers. | fiddlosopher | 1 | -6/+13 |
2007-12-08 | Removed support for "box-style" block quotes in markdown. | fiddlosopher | 1 | -10/+0 |
2007-12-02 | Removed note about public mimetex server from README. | fiddlosopher | 1 | -3/+1 |
2007-12-02 | Put math in HTML inside <span class="math">. | fiddlosopher | 1 | -1/+3 |
2007-12-02 | Added Text.Pandoc.Readers.TeXMath and changed default handling of math. | fiddlosopher | 1 | -8/+16 |
2007-12-01 | Documented new --gladtex and --mimetex options, and new treatment of TeX math. | fiddlosopher | 1 | -21/+68 |
2007-12-01 | Small change to wording in README. | fiddlosopher | 1 | -2/+3 |
2007-11-23 | Reverted changes in r1086 (implicit section header references). | fiddlosopher | 1 | -23/+3 |
2007-11-22 | Implemented implicit reference-style links to section headers in markdown. | fiddlosopher | 1 | -3/+23 |
2007-11-15 | Updated documentation to reflect the fact that LaTeX and ConTeXt writers | fiddlosopher | 1 | -2/+2 |
2007-10-18 | '--no-wrap' option now prevents the addition of structural whitespace | fiddlosopher | 1 | -2/+2 |
2007-09-27 | Documented '--no-wrap' option in README and man pages. | fiddlosopher | 1 | -0/+4 |
2007-08-25 | Minor formatting change in README. | fiddlosopher | 1 | -1/+2 |
2007-08-23 | Added new rule for enhanced markdown ordered lists: if the list marker | fiddlosopher | 1 | -24/+27 |
2007-08-15 | Changed date on README. | fiddlosopher | 1 | -1/+1 |
2007-08-15 | Documented fix for paragraphs starting with (C) | fiddlosopher | 1 | -1/+6 |
2007-08-15 | Changed (C) to a unicode copyright symbol. | fiddlosopher | 1 | -1/+1 |