aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
2009-04-25HTML writer: wrap sections in divs. Resolves Issue #70.fiddlosopher1-1/+1
2009-02-07Fixed bug with header spacing in Markdown and RST writers.fiddlosopher1-2/+5
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher1-0/+396
2007-11-29Moved everything from src into the top-level directory.fiddlosopher1-373/+0
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher1-0/+373
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher1-373/+0
2007-09-27Fixed bug in markdown writer: If an ordered list item began withfiddlosopher1-1/+5
2007-09-27Added a writer option for wrapped text and a command-line optionfiddlosopher1-1/+1
2007-09-25Fixed a bug in the Markdown writer: incorrect line wrapping in fiddlosopher1-2/+11
2007-09-02Markdown writer: escape paragraphs that begin with ordered listfiddlosopher1-1/+23
2007-08-30Replaced individual wrapping routines in RST, Man, andfiddlosopher1-8/+3
2007-08-17Fixed block quote output in markdown writer: previously,fiddlosopher1-4/+4
2007-08-15Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher1-40/+35
2007-08-08Major change in the way ordered lists are handled:fiddlosopher1-14/+17
2007-07-28Make URLs and emails in autolinks appear as Code.fiddlosopher1-1/+1
2007-07-22Added ~ to the list of characters the markdownfiddlosopher1-1/+1
2007-07-22Markdown writer: Substituted char for text for single characters.fiddlosopher1-4/+4
2007-07-22+ Added support for superscript, subscript, andfiddlosopher1-3/+11
2007-07-21+ Added Strikeout support to Markdown writer.fiddlosopher1-2/+5
2007-07-19Refactored character escaping in Text.Pandoc.Writers.Markdown usingfiddlosopher1-8/+2
2007-07-09Text.Pandoc.Blocks:fiddlosopher1-2/+2
2007-07-09Markdown writer:fiddlosopher1-3/+3
2007-07-09Added --toc support to Markdown writer.fiddlosopher1-6/+26
2007-07-07Adjusted copyright notices to 2006-7; usefiddlosopher1-3/+3
2007-07-04Added table support to markdown writer.fiddlosopher1-3/+34
2007-05-10Fixed bug with indented blocks occurring in definition lists.fiddlosopher1-1/+3
2007-05-03Added support for definition lists to markdownfiddlosopher1-0/+14
2007-04-10Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher1-144/+204
2007-03-17Removed Blank block element as unnecessary.fiddlosopher1-3/+2
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