aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
2009-12-31Use $for$ for multiple authors in context, latex, markdown.fiddlosopher1-4/+3
2009-12-31Use separate title, author, date variables in markdown template.fiddlosopher1-34/+11
2009-12-31Made an import more specific.fiddlosopher1-1/+1
2009-12-31-Wall cleanup in markdown writer.fiddlosopher1-3/+3
2009-12-31Restored writerIncludeBefore, writerIncludeAfter.fiddlosopher1-3/+11
2009-12-31Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher1-9/+12
2009-12-31Added 'standalone' variable, use in templates.fiddlosopher1-6/+1
2009-12-31Fixed markdown writer to use templates.fiddlosopher1-24/+28
2009-12-31Removed unneeded writer options; use template variables instead.fiddlosopher1-21/+22
2009-12-08Added optional section numbering in HTML output.fiddlosopher1-1/+1
2009-12-07Improved syntax for markdown definition lists.fiddlosopher1-5/+4
2009-11-28Better looking simple tables. Resolves Issue #180.fiddlosopher1-7/+11
2009-11-03Specially mark code blocks that were "literate" in the input.fiddlosopher1-0/+1
2009-07-18Changed escapes in markdown writer.fiddlosopher1-1/+1
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