aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-04-15Moved escape and nullBlock parsers from ParserCombinators/Pandocfiddlosopher2-19/+18
2007-04-13Updated test suite to reflect new prettyprinted nativefiddlosopher1-5/+77
2007-04-13Added Table to prettyBlock in Shared.hs.fiddlosopher1-0/+7
2007-04-11Added Text.Pandoc module that exports basic readers, writers,fiddlosopher2-0/+80
2007-04-10Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher26-1433/+1232
2007-04-08Fixed bug in email obfuscation (issue #15). If the text to be obfuscatedfiddlosopher1-1/+2
2007-03-17Removed Blank block element as unnecessary.fiddlosopher12-20/+6
2007-03-17Consolidated 'text', 'special', and 'inline' into 'inline'.fiddlosopher1-8/+23
2007-03-16Added trys to two list start routines. Reason:fiddlosopher1-4/+4
2007-03-12Added clauses for DefinitionList and Table to replaceReferenceLinks infiddlosopher1-0/+8
2007-03-12Simplified keyTable, using assumption that key blocks are notfiddlosopher1-20/+0
2007-03-11Changes to Markdown reader relating to definition lists:fiddlosopher1-5/+11
2007-03-11Added support for DefinitionList blocks to HTML writer.fiddlosopher1-5/+11
2007-03-11New syntax documentation for definition lists. Now wefiddlosopher1-7/+9
2007-03-11Fixed bug in HTML email obfuscation using --strict mode.fiddlosopher1-1/+3
2007-03-10Changed syntax of definition lists in Markdown parser:fiddlosopher1-6/+7
2007-03-10Added documentation for definition lists.fiddlosopher1-2/+41
2007-03-10Added parser for definition lists, derived from reStructuredTextfiddlosopher1-3/+32
2007-03-10Modified prettyPandoc to handle DefinitionList elements.fiddlosopher1-0/+4
2007-03-10Added definition for DefinitionList block element.fiddlosopher1-0/+3
2007-03-09Change in ordered lists in Markdown reader:fiddlosopher2-18/+23
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