aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-03-07More smart quote adjustments:fiddlosopher1-4/+2
2007-03-07Smart quote parsing in Markdown reader:fiddlosopher1-2/+4
2007-03-04Fixed bug in noscript part of email obfuscation:fiddlosopher2-3/+3
2007-03-03Made image parsing in HTML reader sensitive to thefiddlosopher1-3/+6
2007-03-03Added --inline-links option to force links in HTML to be parsedfiddlosopher6-9/+31
2007-02-27Strip executable binaries before installing.fiddlosopher1-0/+1
2007-02-27Changes to test suite for new XHTML output.fiddlosopher7-1038/+1230
2007-02-26Modified HTML writer to use the Text.XHtml library. This resultsfiddlosopher8-181/+172
2007-02-23'cp -a' does not work in BSD. Replace with 'cp -R'.fiddlosopher1-1/+1
2007-02-21Modified changelog: note on defaultWriterOptions.fiddlosopher1-1/+3
2007-02-21Added defaultWriterOptions to Shared.hs.fiddlosopher1-0/+15
2007-02-20Modified changelog to incorporate changes since the 0.3 release.fiddlosopher1-4/+115
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