aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)AuthorFilesLines
2007-05-10Require blankspace (but not multiple lines) between URL andfiddlosopher1-5/+6
2007-05-10Fixed bug with indented blocks occurring in definition lists.fiddlosopher1-1/+3
2007-05-10Improved prettyprinting of definition lists.fiddlosopher1-3/+3
2007-05-09Added support for definition lists in Docbook writer.fiddlosopher1-2/+20
2007-05-09+ Use new alignment parameter in title/author/date,fiddlosopher1-8/+8
2007-05-03Changes to RTF writer:fiddlosopher1-46/+91
2007-05-03Added support for definition lists to RST writer.fiddlosopher1-0/+10
2007-05-03Added support for definition lists to markdownfiddlosopher1-0/+14
2007-05-03Changed definition list syntax in markdown reader and simplifiedfiddlosopher1-10/+9
2007-04-22Resolved issue #10: instead of adding "\n\n" to thefiddlosopher2-2/+2
2007-04-22Fixed bug in anyLine parser. Previously anyLine would parse anfiddlosopher1-1/+2
2007-04-21Support for definition lists in LaTeX writer.fiddlosopher1-1/+6
2007-04-15Fixed export declarations; removed unneeded import offiddlosopher1-3/+0
2007-04-15Moved escape and nullBlock parsers from ParserCombinators/Pandocfiddlosopher2-19/+18
2007-04-13Added Table to prettyBlock in Shared.hs.fiddlosopher1-0/+7
2007-04-11Added Text.Pandoc module that exports basic readers, writers,fiddlosopher1-0/+79
2007-04-10Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher14-1097/+1006
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.fiddlosopher11-19/+4
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-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 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:fiddlosopher1-6/+12
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:fiddlosopher1-1/+1
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 parsedfiddlosopher2-3/+8
2007-02-27Changes to test suite for new XHTML output.fiddlosopher1-8/+7
2007-02-26Modified HTML writer to use the Text.XHtml library. This resultsfiddlosopher1-153/+142
2007-02-21Added defaultWriterOptions to Shared.hs.fiddlosopher1-0/+15
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-14Fixed issue #8: slow performance in parsing inline literals in fiddlosopher1-0/+2
2007-02-12Replaced "choice [(try (string ...), ...]" idiom withfiddlosopher1-5/+5