summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Markdown.hs
Commit message (Expand)AuthorAge
* Updated copyright notices.John MacFarlane2010-03-23
* Added plain writer.fiddlosopher2010-03-18
* Use template variables for include-before/after.fiddlosopher2010-03-13
* Markdown writer: proper support for headerless tables.fiddlosopher2010-03-10
* Markdown writer: Fixed citations.fiddlosopher2010-03-07
* Removed redundant imports (found by ghc 6.12).fiddlosopher2009-12-31
* Use $for$ for multiple authors in context, latex, markdown.fiddlosopher2009-12-31
* Use separate title, author, date variables in markdown template.fiddlosopher2009-12-31
* Made an import more specific.fiddlosopher2009-12-31
* -Wall cleanup in markdown writer.fiddlosopher2009-12-31
* Restored writerIncludeBefore, writerIncludeAfter.fiddlosopher2009-12-31
* Changed Meta author and date types to Inline lists instead of Strings.fiddlosopher2009-12-31
* Added 'standalone' variable, use in templates.fiddlosopher2009-12-31
* Fixed markdown writer to use templates.fiddlosopher2009-12-31
* Removed unneeded writer options; use template variables instead.fiddlosopher2009-12-31
* Added optional section numbering in HTML output.fiddlosopher2009-12-08
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* Better looking simple tables. Resolves Issue #180.fiddlosopher2009-11-28
* Specially mark code blocks that were "literate" in the input.fiddlosopher2009-11-03
* Changed escapes in markdown writer.fiddlosopher2009-07-18
* HTML writer: wrap sections in divs. Resolves Issue #70.fiddlosopher2009-04-25
* Fixed bug with header spacing in Markdown and RST writers.fiddlosopher2009-02-07
* Moved all haskell source to src subdirectory.fiddlosopher2009-01-24
* Moved everything from src into the top-level directory.fiddlosopher2007-11-29
* Reverted back to state as of r1062. The template haskell changesfiddlosopher2007-11-03
* Use template haskell to avoid the need for templates:fiddlosopher2007-11-03
* Fixed bug in markdown writer: If an ordered list item began withfiddlosopher2007-09-27
* Added a writer option for wrapped text and a command-line optionfiddlosopher2007-09-27
* Fixed a bug in the Markdown writer: incorrect line wrapping in fiddlosopher2007-09-25
* Markdown writer: escape paragraphs that begin with ordered listfiddlosopher2007-09-02
* Replaced individual wrapping routines in RST, Man, andfiddlosopher2007-08-30
* Fixed block quote output in markdown writer: previously,fiddlosopher2007-08-17
* Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher2007-08-15
* Major change in the way ordered lists are handled:fiddlosopher2007-08-08
* Make URLs and emails in autolinks appear as Code.fiddlosopher2007-07-28
* Added ~ to the list of characters the markdownfiddlosopher2007-07-22
* Markdown writer: Substituted char for text for single characters.fiddlosopher2007-07-22
* + Added support for superscript, subscript, andfiddlosopher2007-07-22
* + Added Strikeout support to Markdown writer.fiddlosopher2007-07-21
* Refactored character escaping in Text.Pandoc.Writers.Markdown usingfiddlosopher2007-07-19
* Text.Pandoc.Blocks:fiddlosopher2007-07-09
* Markdown writer:fiddlosopher2007-07-09
* Added --toc support to Markdown writer.fiddlosopher2007-07-09
* Adjusted copyright notices to 2006-7; usefiddlosopher2007-07-07
* Added table support to markdown writer.fiddlosopher2007-07-04
* Fixed bug with indented blocks occurring in definition lists.fiddlosopher2007-05-10
* Added support for definition lists to markdownfiddlosopher2007-05-03
* Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher2007-04-10
* Removed Blank block element as unnecessary.fiddlosopher2007-03-17
* In writing Markdown, print unicode nonbreaking spacefiddlosopher2007-02-17