aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
2007-02-17In writing Markdown, print unicode nonbreaking spacefiddlosopher1-1/+8
2007-01-27Cleaned up handling of embedded quotes in link titles.fiddlosopher1-7/+3
2007-01-27Changes in entity handling:fiddlosopher1-1/+0
2007-01-24Modified Markdown writer to use autolinks when possible.fiddlosopher1-6/+10
2007-01-22Removed 'gsub' entirely and replaced its uses with 'substitute'.fiddlosopher1-1/+1
2007-01-15Added support for tables in markdown reader and in LaTeX,fiddlosopher1-0/+4
2007-01-06Merged changes from 'quotes' branch since r431. Smart typographyfiddlosopher1-6/+17
2007-01-05Changed Markdown writer so that it does not use the single-bracketfiddlosopher1-1/+1
2007-01-04+ Improved text wrapping algorithm in markdown, docbook, and RST writers.fiddlosopher1-2/+7
2006-12-30Merged 'strict' branch from r324. This adds a '--strict'fiddlosopher1-8/+6
2006-12-21Fixed two small haddock bugs.fiddlosopher1-1/+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-62/+86
2006-12-19Merged changes to footnotes branch r219-r240.fiddlosopher1-1/+1
2006-12-19Changed footnote syntax to conform to the de facto standardfiddlosopher1-3/+3
2006-12-16Changed 'putStrLn' to 'putStr' in Main.hs, and modified somefiddlosopher1-2/+1
2006-11-26Pandoc bug fixes:fiddlosopher1-1/+1
2006-10-17initial importfiddlosopher1-0/+149