aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-01-28+ Simplified entity handling by removing stringToSGML from Entities.hs.fiddlosopher6-43/+25
2007-01-27Use encodeEntities rather than stringToSGML for contents offiddlosopher2-2/+2
2007-01-27Cleaned up handling of embedded quotes in link titles.fiddlosopher5-18/+13
2007-01-27More changes in entity handling: Instead of using entities for charactersfiddlosopher6-87/+86
2007-01-27Changes in entity handling:fiddlosopher10-177/+169
2007-01-24Rewrote functions in Text/Pandoc/Shared so as not to use Text.Regex,fiddlosopher1-28/+51
2007-01-24Changed Markdown autoLink parsing to conform better tofiddlosopher1-6/+6
2007-01-24Fixed bug in 'extractTagType' in HTML reader: previousfiddlosopher1-1/+4
2007-01-24Refactored markdown reader so that Text.Regex is not used.fiddlosopher1-14/+19
2007-01-24Fixed a bug in extractTagType in HTML Reader: the previousfiddlosopher1-6/+2
2007-01-24Fixed bug in HTML attribute parser: now a space isfiddlosopher1-2/+2
2007-01-24Modified Markdown writer to use autolinks when possible.fiddlosopher2-11/+14
2007-01-24Rewrote 'extractTagType' in HTML reader so that it doesn't usefiddlosopher1-5/+7
2007-01-24More smart quote bug fixes:fiddlosopher4-6/+22
2007-01-24Fixed bug in smart quoting: recognize ' in contractions likefiddlosopher1-3/+7
2007-01-22Removed 'gsub' entirely and replaced its uses with 'substitute'.fiddlosopher6-13/+5
2007-01-22+ Added a 'substitute' function to Shared.hs. This is a genericfiddlosopher2-8/+18
2007-01-18Small bug fix to last change, and count "'S" as well as "'s" asfiddlosopher1-1/+1
2007-01-18More tweaks to smart quote parsing: a ' is not a single quotefiddlosopher1-0/+1
2007-01-16Minor tweaks to smart quoting code.fiddlosopher1-4/+3
2007-01-16Fixed bug in smart quote recognition: ' before ) or certainfiddlosopher1-3/+4
2007-01-16Fixed haddock documentation errors.fiddlosopher2-30/+30
2007-01-15Fix debian/changelog.roktas1-1/+3
2007-01-15Added support for tables in markdown reader and in LaTeX,fiddlosopher21-13/+1033
2007-01-10Changed website to link to Google's download details page (withfiddlosopher1-3/+3
2007-01-10More website tweaks. Added demo of extra xsl configurationfiddlosopher5-4/+43
2007-01-10Minor changes to Makefile required by changes to websitefiddlosopher1-1/+2
2007-01-10More Changes to website target. Moved to a templating systemfiddlosopher4-70/+93
2007-01-09More website changes. Include demo of docbook postprocessedfiddlosopher3-9/+20
2007-01-09Reorganized Makefile target - now uses a subsidiary Makefilefiddlosopher3-13/+33
2007-01-09Need to export TMPDIR in tempdir.sh.fiddlosopher1-0/+1
2007-01-09On Cygwin, set TMPDIR to . before using mktemp. Otherwisefiddlosopher1-0/+7
2007-01-09Reverted r471. My alternative to --strip-trailing-cr didn'tfiddlosopher1-2/+1
2007-01-09Small tweak on last demo in website.fiddlosopher1-2/+2
2007-01-09Added DocBook to description of package in Pandoc.cabal.in.fiddlosopher1-1/+1
2007-01-09Small change in web page for "Pandoc features."fiddlosopher1-5/+5
2007-01-09Cleaned up markdown2pdf.in. Note that bibtex does not returnfiddlosopher1-4/+6
2007-01-09Minor changes to markdown2pdf: removed an unnecessary '|| exit $?',fiddlosopher1-2/+2
2007-01-09Fixed docbook writer test -- removed named entities.fiddlosopher1-21/+20
2007-01-09Don't use named entities in docbook writer. Instead, usefiddlosopher1-4/+4
2007-01-09Added comment relevant to last revision.fiddlosopher1-1/+1
2007-01-09Replaced diff --strip-trailing-cr with something more portablefiddlosopher1-1/+2
2007-01-09Removed "Extra-source-files" from Pandoc.cabal.in, sincefiddlosopher1-1/+0
2007-01-09Changes to markdown2pdf.in:fiddlosopher1-19/+36
2007-01-09Minor cleanups in markdown2pdf.in.fiddlosopher1-19/+18
2007-01-09Change to Makefile to add features page to website.fiddlosopher1-3/+3
2007-01-09Improvements in website:fiddlosopher3-4/+49
2007-01-09Moved up processing of --dump-args so that output file won'tfiddlosopher1-7/+7
2007-01-09Added notice about pandoc-announce list to web page.fiddlosopher1-0/+5
2007-01-09Small css change on website.fiddlosopher1-2/+2