aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Markdown.hs
AgeCommit message (Expand)AuthorFilesLines
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane1-9/+11
2011-01-20Markdown writer: Avoid printing excess spaces at end if no notes/refs.John MacFarlane1-1/+2
2011-01-06Markdown writer: blank line after delimited code block.John MacFarlane1-2/+2
2010-12-26Markdown writer: Fixed bug in Image.John MacFarlane1-1/+1
2010-12-24Use functions from Text.Pandoc.Generic instead of processWith(M).John MacFarlane1-3/+4
2010-12-20Markdown writer: use \ for newline instead of two spaces at eol.John MacFarlane1-1/+4
2010-12-20Markdown writer: Use delimited code block if there are attributes.John MacFarlane1-2/+21
2010-12-20Plain writer: set stateStrictMarkdown automatically.John MacFarlane1-3/+4
2010-12-17Added new prettyprinting module.John MacFarlane1-135/+157
2010-12-13Added option to write citation markup in markdown writer.Nathan Gass1-1/+29
2010-07-20Made spacing at end of output more consistent.John MacFarlane1-1/+1
2010-07-11Merge branch 'atlists'. Added auto-numbered example lists.John MacFarlane1-3/+3
2010-07-06Allow language-neutral table captions.John MacFarlane1-1/+1
2010-07-05Moved parsing functions from Text.Pandoc.Shared to new module.John MacFarlane1-1/+2
2010-06-30Use unicode for smart punctuation in plain, markdown, rst formats.John MacFarlane1-6/+6
2010-05-08Made KeyTable a map instead of an association list.John MacFarlane1-4/+4
2010-03-27Implemented @ for sequentially numbered examples.John MacFarlane1-3/+3
2010-03-23Markdown, RST writers: unescape URI in links, to make them readable.John MacFarlane1-2/+3
2010-03-23Updated copyright notices.John MacFarlane1-2/+2
2010-03-18Added plain writer.fiddlosopher1-21/+67
2010-03-13Use template variables for include-before/after.fiddlosopher1-7/+1
2010-03-10Markdown writer: proper support for headerless tables.fiddlosopher1-4/+12
2010-03-07Markdown writer: Fixed citations.fiddlosopher1-7/+1
2009-12-31Removed redundant imports (found by ghc 6.12).fiddlosopher1-1/+1
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