summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/Markdown.hs
Commit message (Expand)AuthorAge
* Made spacing at end of output more consistent.John MacFarlane2010-07-20
* Merge branch 'atlists'. Added auto-numbered example lists.John MacFarlane2010-07-11
|\
| * Implemented @ for sequentially numbered examples.John MacFarlane2010-03-27
* | Allow language-neutral table captions.John MacFarlane2010-07-06
* | Moved parsing functions from Text.Pandoc.Shared to new module.John MacFarlane2010-07-05
* | Use unicode for smart punctuation in plain, markdown, rst formats.John MacFarlane2010-06-30
* | Made KeyTable a map instead of an association list.John MacFarlane2010-05-08
|/
* Markdown, RST writers: unescape URI in links, to make them readable.John MacFarlane2010-03-23
* 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