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