aboutsummaryrefslogtreecommitdiff
path: root/src/Text
AgeCommit message (Expand)AuthorFilesLines
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
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-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.fiddlosopher2-9/+4
2007-01-27More changes in entity handling: Instead of using entities for charactersfiddlosopher4-52/+51
2007-01-27Changes in entity handling:fiddlosopher7-141/+133
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