aboutsummaryrefslogtreecommitdiff
path: root/Text/Pandoc/Writers/ConTeXt.hs
AgeCommit message (Expand)AuthorFilesLines
2008-07-13Code cleanup in ConTeXt writer.fiddlosopher1-18/+14
2008-07-11Treat '\ ' in (extended) markdown as nonbreaking space.fiddlosopher1-14/+15
2008-02-24Moved BlockWrapper and wrappedBlocksToDoc from ConTeXt writer to Shared.fiddlosopher1-8/+0
2008-02-09Modified writers for new argument place in CodeBlock.fiddlosopher1-1/+1
2008-01-16Removed unnecessary imports.fiddlosopher1-1/+1
2008-01-08Changed copyright dates where appropriate to include 2008.fiddlosopher1-2/+2
2007-12-29Use wrappers around Doc elements to ensure proper spacing in ConTeXt writer.fiddlosopher1-21/+29
2007-12-04Improvements to LaTeX and ConTeXt footnote handling:fiddlosopher1-4/+6
2007-11-29Changed all writers to handle new Math block element.fiddlosopher1-0/+1
2007-11-29Moved everything from src into the top-level directory.fiddlosopher1-0/+297
2007-11-28Removed Text directory. This is a remnant of an experimentfiddlosopher1-248/+0
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher1-0/+248