Age | Commit message (Expand) | Author | Files | Lines |
2007-01-05 | Changed Markdown writer so that it does not use the single-bracket | fiddlosopher | 2 | -7/+7 |
2007-01-04 | Fixed small bug in consolidateList: added case | fiddlosopher | 1 | -0/+1 |
2007-01-04 | Refactored SGML escaping functions and "in tag" functions to | fiddlosopher | 10 | -249/+252 |
2007-01-04 | Fixed bug in encodeEntities (characters less than 128, not 127, | fiddlosopher | 1 | -1/+1 |
2007-01-04 | Small README changes documenting differences from standard markdown. | fiddlosopher | 1 | -2/+5 |
2007-01-04 | Changed test-markdown target in Makefile: Now it will find any | fiddlosopher | 1 | -3/+9 |
2007-01-04 | Removed unneeded 'options' parameter from 'indentedInTags' function | fiddlosopher | 1 | -17/+17 |
2007-01-04 | Added some instructions to INSTALL about setting the PATH | fiddlosopher | 1 | -5/+22 |
2007-01-04 | + Improved text wrapping algorithm in markdown, docbook, and RST writers. | fiddlosopher | 6 | -13/+28 |
2007-01-03 | Modified HTML reader to skip a newline following a <br> tag. | fiddlosopher | 2 | -0/+4 |
2007-01-03 | Removed unneeded WRAPPER_ARGS and WRAPPEE_ARGS variables | fiddlosopher | 1 | -2/+0 |
2007-01-03 | Cleaned up and improved Makefile target for wrappers. | fiddlosopher | 1 | -3/+1 |
2007-01-03 | Improved Makefile 'wrappers' target. (Previously, it would build | fiddlosopher | 1 | -1/+2 |
2007-01-02 | Improved test-markdown target in Makefile: | fiddlosopher | 1 | -7/+5 |
2007-01-02 | Modified main 'pandoc' program so that if it is called with program | fiddlosopher | 1 | -7/+18 |
2007-01-02 | CSS changes for website. | fiddlosopher | 1 | -3/+10 |
2007-01-02 | Fixed a bug in website generation, which only worked if 'pandoc' | fiddlosopher | 2 | -3/+2 |
2007-01-02 | Added fuller package descriptions to debian/control. | fiddlosopher | 1 | -3/+48 |
2007-01-02 | Moved hsmarkdown to src/wrappers/hsmarkdown.in, so it works | fiddlosopher | 1 | -0/+0 |
2007-01-02 | Added 'hsmarkdown' wrapper, designed to be used as a drop-in | fiddlosopher | 8 | -16/+70 |
2007-01-02 | Added package URL to Pandoc.cabal.in. | fiddlosopher | 1 | -1/+1 |
2007-01-02 | Documented change of 'HtmlEntities' to 'Entities' in changelog. | fiddlosopher | 1 | -0/+3 |
2007-01-02 | Change 'HtmlEntities' module to 'Entities'. Adjusted calling | fiddlosopher | 7 | -21/+22 |
2007-01-02 | Use entities for all characters above 127 in docbook output. | fiddlosopher | 3 | -17/+22 |
2007-01-01 | Changed representation of code blocks to use <screen> and | fiddlosopher | 2 | -12/+26 |
2007-01-01 | Changed description in debian/control to include docbook writer. | fiddlosopher | 1 | -6/+6 |
2007-01-01 | Inserted a needed slash in the Makefile, after $(osx_pkg_name), | fiddlosopher | 1 | -1/+1 |
2007-01-01 | Modified changelog to bring up to date. | fiddlosopher | 1 | -0/+4 |
2007-01-01 | Removed a line that was causing a compiler warning in docbook | fiddlosopher | 1 | -1/+0 |
2007-01-01 | Added docbook writer to list of exposed modules in Pandoc.cabal.in. | fiddlosopher | 1 | -0/+1 |
2007-01-01 | Merged changes from docbook branch since r363. | fiddlosopher | 14 | -22/+1285 |
2007-01-01 | Refactored fillTemplates.pl. | fiddlosopher | 1 | -25/+14 |
2006-12-31 | Added a note to pandoc(1) man page about the differences between | fiddlosopher | 1 | -0/+5 |
2006-12-31 | Revised inline code parsing in Markdown reader to conform to | fiddlosopher | 1 | -14/+6 |
2006-12-31 | Documented makefile targets in INSTALL. | fiddlosopher | 1 | -0/+53 |
2006-12-31 | Simplified list parsing code in RST reader. | fiddlosopher | 1 | -7/+8 |
2006-12-31 | Added instructions for using the GHC profiler. | fiddlosopher | 1 | -0/+6 |
2006-12-31 | Cleaned up some code in RST reader. | fiddlosopher | 1 | -20/+15 |
2006-12-31 | Changed Markdown reader so that the first pass, in which a list | fiddlosopher | 2 | -2/+8 |
2006-12-31 | Removed unneeded 'do' block from 'parseBlocks' definition | fiddlosopher | 1 | -3/+1 |
2006-12-31 | Changed usage message so that it is more compact (and slightly | fiddlosopher | 1 | -34/+32 |
2006-12-30 | Documented the "blank line before header and block quote" discrepancy | fiddlosopher | 1 | -0/+13 |
2006-12-30 | Updates to changelog for --strict option and other changes | fiddlosopher | 1 | -0/+7 |
2006-12-30 | Merged 'strict' branch from r324. This adds a '--strict' | fiddlosopher | 23 | -141/+248 |
2006-12-29 | Slight changes in website target: | fiddlosopher | 4 | -26/+21 |
2006-12-29 | Changed date on README. | fiddlosopher | 1 | -1/+1 |
2006-12-29 | Print command-line to stderr when making demo page. | fiddlosopher | 1 | -1/+1 |
2006-12-29 | Make wrappers executable in the top-level directory, in case people | fiddlosopher | 1 | -0/+1 |
2006-12-29 | + Renamed web/demos.sh to mkdemos.sh | fiddlosopher | 2 | -5/+7 |
2006-12-29 | Minor changes to changelog. | fiddlosopher | 1 | -38/+51 |