aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Shared.hs
AgeCommit message (Expand)AuthorFilesLines
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