summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/ConTeXt.hs
Commit message (Expand)AuthorAge
...
* Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane2011-01-26
* ConTeXt writer: Ensure cr after \stoptyping.John MacFarlane2011-01-22
* ConTeXt writer: Don't add cr at end of inline footnote.John MacFarlane2011-01-22
* Fixed problem with inline code in ConTeXt writer.John MacFarlane2011-01-19
* Support --chapters for ConTeXt output as well.John MacFarlane2011-01-16
* ConTeXt writer: Updated to use Text.Pandoc.Pretty.John MacFarlane2010-12-20
* LaTeX & ConTeXt writers: escape [ and ] as {[} and {]}.John MacFarlane2010-10-24
* Made spacing at end of output more consistent.John MacFarlane2010-07-20
* Implemented @ for sequentially numbered examples.John MacFarlane2010-03-27
* Updated copyright notices.John MacFarlane2010-03-23
* ConTeXt writer: support images in figures.fiddlosopher2010-03-16
* Use template variables for include-before/after.fiddlosopher2010-03-13
* ConTeXt writer: Don't use header in headerless table.fiddlosopher2010-03-07
* Removed redundant imports (found by ghc 6.12).fiddlosopher2009-12-31
* Context and latex writers - parse title, author, date before body.fiddlosopher2009-12-31
* Use $for$ for multiple authors in context, latex, markdown.fiddlosopher2009-12-31
* Implemented templates for context writer.fiddlosopher2009-12-31
* Removed unneeded writer options; use template variables instead.fiddlosopher2009-12-31
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* Better looking simple tables. Resolves Issue #180.fiddlosopher2009-11-28
* Moved all haskell source to src subdirectory.fiddlosopher2009-01-24
* Moved everything from src into the top-level directory.fiddlosopher2007-11-29
* + Changed \useurl to \useURL in ConTeXt output.fiddlosopher2007-11-22
* More improvements to ConTeXt writer:fiddlosopher2007-11-18
* ConTeXt writer:fiddlosopher2007-11-17
* Modified ConTeXt writer to use \subsubsubsubsection etc.,fiddlosopher2007-11-17
* Adjusted formatting of LaTeX and ConTeXt footnotes:fiddlosopher2007-11-17
* ConTeXt writer: Use itemize options, not sym{}, to produce orderedfiddlosopher2007-11-16
* New, "official" definition of blockquote environment in ConTeXt header.fiddlosopher2007-11-16
* Changes to ConTeXt writer:fiddlosopher2007-11-15
* 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
* Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher2007-08-15
* Major change in the way ordered lists are handled:fiddlosopher2007-08-08
* Don't put autolinks in typewriter font in ConTeXt, sincefiddlosopher2007-07-28
* + Added support for superscript, subscript, andfiddlosopher2007-07-22
* ConTeXt writer changes:fiddlosopher2007-07-15
* Merged branches/context: addition of a ConTeXt writerfiddlosopher2007-07-15