aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-02-19Use 'highlight' to produce syntax-highlighted versions offiddlosopher2-0/+8
2007-02-19Change extensions of example text files in website demo tofiddlosopher1-3/+3
2007-02-17In writing Markdown, print unicode nonbreaking spacefiddlosopher1-1/+8
2007-02-17Escape non-breaking space in SGML as ' ' instead offiddlosopher1-1/+2
2007-02-15Refactored str and strong in Markdown reader, for clarity.fiddlosopher1-5/+9
2007-02-15Got rid of two unneeded 'getState's. Note thatfiddlosopher2-4/+3
2007-02-15Use lookAhead instead of getInput/setInput in RST reader.fiddlosopher1-3/+1
2007-02-15Use lookAhead parser for the "first pass" looking forfiddlosopher1-5/+3
2007-02-15Removed followedBy' parser from Text/ParserCombinators/Pandoc,fiddlosopher4-18/+8
2007-02-14Introduced a new map, reverseEntityTable, for lookupsfiddlosopher1-6/+8
2007-02-14Changed Entities.hs to use Data.Map rather thanfiddlosopher1-9/+7
2007-02-14Added freebsd directory, with freebsd port, to repository.fiddlosopher3-0/+66
2007-02-14Fixed issue #8: slow performance in parsing inline literals in fiddlosopher1-0/+2
2007-02-12Replaced "choice [(try (string ...), ...]" idiom withfiddlosopher1-5/+5
2007-02-12+ Added some needed "try"s before multicharacter parsers,fiddlosopher4-9/+9
2007-02-12Added 'try' in front of 'string', where needed, orfiddlosopher1-6/+8
2007-02-12Allow the URI in a RST hyperlink target to start on the linefiddlosopher1-0/+3
2007-02-11Added link to FreeBSD port in website.fiddlosopher1-0/+2
2007-01-31Use "gaps" in copyrightMessage string for cleaner code formatting.fiddlosopher1-1/+4
2007-01-28Changed 'encodeEntities' to 'escapeSGMLString'.fiddlosopher4-26/+26
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