aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-04Fixed small bug in consolidateList: added casefiddlosopher1-0/+1
2007-01-04Refactored SGML escaping functions and "in tag" functions tofiddlosopher1-3/+95
2007-01-04+ Improved text wrapping algorithm in markdown, docbook, and RST writers.fiddlosopher1-5/+8
2007-01-02Change 'HtmlEntities' module to 'Entities'. Adjusted callingfiddlosopher1-1/+1
2007-01-01Merged changes from docbook branch since r363.fiddlosopher1-1/+2
2006-12-30Merged 'strict' branch from r324. This adds a '--strict'fiddlosopher1-4/+7
2006-12-21Fixed a serious bug in the Markdown reader (also affecting LaTeXfiddlosopher1-2/+1
2006-12-20Added license text to top of source files.fiddlosopher1-0/+18
2006-12-20Changed 'stability' from 'provisional' to 'alpha'.fiddlosopher1-1/+1
2006-12-20Changed 'status' in comment headers from 'unstable' to 'provisional'fiddlosopher1-1/+1
2006-12-20+ Added module data for haddock.fiddlosopher1-104/+163
2006-12-19Merged changes to footnotes branch r219-r240.fiddlosopher1-11/+13
2006-12-18Changed '--smartypants' to '--smart' and adjusted documentationfiddlosopher1-1/+1
2006-12-16Changed 'putStrLn' to 'putStr' in Main.hs, and modified somefiddlosopher1-1/+1
2006-11-26Pandoc bug fixes:fiddlosopher1-0/+5
2006-11-08Fixed two small Haddock comment bugs in Shared.hs.fiddlosopher1-2/+4
2006-10-17initial importfiddlosopher1-0/+417