aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
AgeCommit message (Expand)AuthorFilesLines
2007-09-05Simplified parsing of reference keys and notes in markdown and RSTfiddlosopher1-24/+0
2007-08-31Cleanup up Text.Pandoc.Shared to eliminate warningsfiddlosopher1-39/+40
2007-08-30Added 'wrapped' function to Text.Pandoc.Shared.fiddlosopher1-0/+7
2007-08-29Rewrote charsInBalanced and charsInBalanced'.fiddlosopher1-9/+9
2007-08-28Minor reformatting.fiddlosopher1-2/+2
2007-08-28anyLine now requires that the line end with a newline (not eof).fiddlosopher1-1/+1
2007-08-28+ Removed tabsToSpaces and tabsInLine from Text.Pandoc.Shared.fiddlosopher1-22/+0
2007-08-28Removed unneeded 'try' from romanNumeral parser.fiddlosopher1-1/+1
2007-08-28Use notFollowedBy instead of notFollowedBy' in charsInBalanced.fiddlosopher1-1/+1
2007-08-28Removed unneeded 'try' in 'parseFromString'.fiddlosopher1-1/+1
2007-08-28Removed unneeded 'try' from stringAnyCase. (Now it behavesfiddlosopher1-2/+2
2007-08-28Changed definition of 'enclosed' in Text.Pandoc.Shared so thatfiddlosopher1-2/+2
2007-08-28Minor code cleanup in Text.Pandoc.Shared.fiddlosopher1-4/+7
2007-08-28Removed unnecessary 'try' in 'anyLine' (Text.Pandoc.Shared).fiddlosopher1-2/+1
2007-08-15Fixed bug in normalizeSpaces: Space:Str "":Spacefiddlosopher1-0/+1
2007-08-15Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher1-404/+576
2007-08-08Major change in the way ordered lists are handled:fiddlosopher1-6/+160
2007-07-26Changed how ASCIIMathML is handled:fiddlosopher1-0/+4
2007-07-21Moved failIfStrict from Markdown reader tofiddlosopher1-0/+7
2007-07-21Changes to functions for character escaping:fiddlosopher1-18/+17
2007-07-21Added Strikeout, Superscript, and Subscript tofiddlosopher1-8/+12
2007-07-19Added escapeCharAsString to Text.Pandoc.Shared.fiddlosopher1-0/+9
2007-07-12Export NoteTable in Text.Pandoc.Shared.fiddlosopher1-0/+1
2007-07-12Change to defaultWriterOptions: standalone is False by default.fiddlosopher1-1/+1
2007-07-09Moved isHeaderBlock from Text.Pandoc.Writers.HTMLfiddlosopher1-0/+6
2007-07-07Adjusted copyright notices to 2006-7; usefiddlosopher1-3/+3
2007-07-07+ Introduced writerIgnoreNotes option in WriterOptions. This is neededfiddlosopher1-0/+25
2007-07-07Added writerTableOfContents to WriterOptions, and added afiddlosopher1-11/+13
2007-07-07Minor comment change.fiddlosopher1-1/+1
2007-05-10Improved prettyprinting of definition lists.fiddlosopher1-3/+3
2007-04-15Moved escape and nullBlock parsers from ParserCombinators/Pandocfiddlosopher1-3/+18
2007-04-13Added Table to prettyBlock in Shared.hs.fiddlosopher1-0/+7
2007-04-10Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher1-188/+39
2007-03-17Removed Blank block element as unnecessary.fiddlosopher1-1/+0
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-10Modified prettyPandoc to handle DefinitionList elements.fiddlosopher1-0/+4
2007-03-03Added --inline-links option to force links in HTML to be parsedfiddlosopher1-0/+2
2007-02-21Added defaultWriterOptions to Shared.hs.fiddlosopher1-0/+15
2007-01-28Changed 'encodeEntities' to 'escapeSGMLString'.fiddlosopher1-3/+3
2007-01-28+ Simplified entity handling by removing stringToSGML from Entities.hs.fiddlosopher1-3/+3
2007-01-27More changes in entity handling: Instead of using entities for charactersfiddlosopher1-2/+2
2007-01-27Changes in entity handling:fiddlosopher1-55/+3
2007-01-24Rewrote functions in Text/Pandoc/Shared so as not to use Text.Regex,fiddlosopher1-28/+51
2007-01-24More smart quote bug fixes:fiddlosopher1-1/+3
2007-01-22Removed 'gsub' entirely and replaced its uses with 'substitute'.fiddlosopher1-8/+0
2007-01-22+ Added a 'substitute' function to Shared.hs. This is a genericfiddlosopher1-2/+12
2007-01-15Added support for tables in markdown reader and in LaTeX,fiddlosopher1-0/+11
2007-01-06Fixed serious performance problems with new Markdown reader:fiddlosopher1-0/+9
2007-01-06Merged changes from 'quotes' branch since r431. Smart typographyfiddlosopher1-68/+24