aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/ConTeXt.hs
AgeCommit message (Expand)AuthorFilesLines
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane1-3/+8
2011-01-22ConTeXt writer: Ensure cr after \stoptyping.John MacFarlane1-1/+1
2011-01-22ConTeXt writer: Don't add cr at end of inline footnote.John MacFarlane1-1/+1
2011-01-19Fixed problem with inline code in ConTeXt writer.John MacFarlane1-1/+3
2011-01-16Support --chapters for ConTeXt output as well.John MacFarlane1-3/+6
2010-12-20ConTeXt writer: Updated to use Text.Pandoc.Pretty.John MacFarlane1-73/+71
2010-10-24LaTeX & ConTeXt writers: escape [ and ] as {[} and {]}.John MacFarlane1-0/+2
2010-07-20Made spacing at end of output more consistent.John MacFarlane1-1/+1
2010-03-27Implemented @ for sequentially numbered examples.John MacFarlane1-0/+1
2010-03-23Updated copyright notices.John MacFarlane1-2/+2
2010-03-16ConTeXt writer: support images in figures.fiddlosopher1-4/+6
2010-03-13Use template variables for include-before/after.fiddlosopher1-7/+1
2010-03-07ConTeXt writer: Don't use header in headerless table.fiddlosopher1-2/+4
2009-12-31Removed redundant imports (found by ghc 6.12).fiddlosopher1-1/+0
2009-12-31Context and latex writers - parse title, author, date before body.fiddlosopher1-7/+7
2009-12-31Use $for$ for multiple authors in context, latex, markdown.fiddlosopher1-2/+2
2009-12-31Implemented templates for context writer.fiddlosopher1-47/+28
2009-12-31Removed unneeded writer options; use template variables instead.fiddlosopher1-35/+37
2009-12-07Improved syntax for markdown definition lists.fiddlosopher1-4/+5
2009-11-28Better looking simple tables. Resolves Issue #180.fiddlosopher1-6/+4
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher1-0/+302
2007-11-29Moved everything from src into the top-level directory.fiddlosopher1-297/+0
2007-11-22+ Changed \useurl to \useURL in ConTeXt output.fiddlosopher1-1/+1
2007-11-18More improvements to ConTeXt writer:fiddlosopher1-79/+100
2007-11-17ConTeXt writer:fiddlosopher1-2/+4
2007-11-17Modified ConTeXt writer to use \subsubsubsubsection etc.,fiddlosopher1-4/+2
2007-11-17Adjusted formatting of LaTeX and ConTeXt footnotes:fiddlosopher1-3/+3
2007-11-16ConTeXt writer: Use itemize options, not sym{}, to produce orderedfiddlosopher1-14/+28
2007-11-16New, "official" definition of blockquote environment in ConTeXt header.fiddlosopher1-1/+1
2007-11-15Changes to ConTeXt writer:fiddlosopher1-121/+135
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher1-0/+248
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher1-248/+0
2007-08-15Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher1-13/+10
2007-08-08Major change in the way ordered lists are handled:fiddlosopher1-3/+18
2007-07-28Don't put autolinks in typewriter font in ConTeXt, sincefiddlosopher1-0/+2
2007-07-22+ Added support for superscript, subscript, andfiddlosopher1-1/+10
2007-07-15ConTeXt writer changes:fiddlosopher1-1/+1
2007-07-15Merged branches/context: addition of a ConTeXt writerfiddlosopher1-0/+225