aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
AgeCommit message (Expand)AuthorFilesLines
2009-04-25HTML writer: wrap sections in divs. Resolves Issue #70.fiddlosopher1-16/+71
2009-01-31Moved tabFilter to Shared.fiddlosopher1-0/+21
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher1-0/+953
2007-11-29Moved everything from src into the top-level directory.fiddlosopher1-836/+0
2007-11-23Reverted changes in r1086 (implicit section header references).fiddlosopher1-53/+3
2007-11-22Improved efficiency of romanNumeral parser (in Text.Pandoc.Shared)fiddlosopher1-8/+11
2007-11-22Implemented implicit reference-style links to section headers in markdown.fiddlosopher1-3/+53
2007-11-18Fixed some haddock documentation bugs in Shared.hs.fiddlosopher1-4/+4
2007-11-17Adjusted formatting of LaTeX and ConTeXt footnotes:fiddlosopher1-9/+19
2007-11-15Added wrappedTeX and wrapTeXIfNeeded functions to Text.Pandoc.Shared.fiddlosopher1-1/+32
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher1-0/+792
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher1-792/+0
2007-10-29Fixed bug in parsing files that begin with blank lines.fiddlosopher1-4/+2
2007-10-13Save and restore position in parseFromString, so that it doesn'tfiddlosopher1-0/+2
2007-09-27Added a writer option for wrapped text and a command-line optionfiddlosopher1-15/+25
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