aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2007-08-20If --strict and not --toc, don't include identifiers in headers.fiddlosopher1-1/+3
2007-08-17Fixed block quote output in markdown writer: previously,fiddlosopher1-4/+4
2007-08-15Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher8-497/+486
2007-08-08Major change in the way ordered lists are handled:fiddlosopher8-97/+179
2007-08-03Use \url{} for autolinks in LaTeX writer.fiddlosopher1-2/+5
2007-07-28LaTeX writer:fiddlosopher1-12/+14
2007-07-28Cleaned up and fixed autolinks in RST. All that's neededfiddlosopher1-12/+12
2007-07-28Don't put autolinks in typewriter font in ConTeXt, sincefiddlosopher1-0/+2
2007-07-28Fixed problems with obfuscateLink introduced by last roundfiddlosopher1-14/+11
2007-07-28Man page writer: modified treatment of autolinks,fiddlosopher1-1/+1
2007-07-28LaTeX writer: include fancyvrb and \VerbatimFootnotesfiddlosopher1-4/+4
2007-07-28Simplified HTML writer's treatment of autolinks.fiddlosopher1-8/+8
2007-07-28Make URLs and emails in autolinks appear as Code.fiddlosopher3-9/+9
2007-07-28Fixed a bug in Docbook writer: email links with text were beingfiddlosopher1-1/+6
2007-07-28Reinstated dependence on fancyvrb. It is compatible with examplep.fiddlosopher1-9/+24
2007-07-28Changed LaTeX writer to use the examplep package insteadfiddlosopher1-17/+15
2007-07-27Use ` as default character for \verb in LaTeX output.fiddlosopher1-1/+1
2007-07-26Include empty \author{} in LaTeX preamble if nofiddlosopher1-4/+2
2007-07-26Fixes in LaTeX writer:fiddlosopher1-5/+5
2007-07-26Changed how ASCIIMathML is handled:fiddlosopher1-1/+10
2007-07-24Fixed bug in TOC generation in HTML writer (regression,fiddlosopher1-1/+1
2007-07-23LaTeX writer: Make sure \VerbatimFootnotes goes after thefiddlosopher1-8/+10
2007-07-22Man writer: Use ~ and ^ for subscripts and superscripts.fiddlosopher1-6/+9
2007-07-22HTML writer: Use a record for state, instead of a tuple, forfiddlosopher1-24/+32
2007-07-22HTML writer: include css for .strikethrough only if strikethroughfiddlosopher1-17/+25
2007-07-22Added ~ to the list of characters the markdownfiddlosopher1-1/+1
2007-07-22Cleaned up character escaping in LaTeX writer.fiddlosopher1-15/+8
2007-07-22Man writer:fiddlosopher1-2/+2
2007-07-22Changed text to char for one character stringsfiddlosopher3-8/+8
2007-07-22Markdown writer: Substituted char for text for single characters.fiddlosopher1-4/+4
2007-07-22+ Added support for superscript, subscript, andfiddlosopher8-181/+263
2007-07-21+ Added Strikeout support to Markdown writer.fiddlosopher1-2/+5
2007-07-21Changed system for indicating man page title, section,fiddlosopher1-8/+9
2007-07-19Refactored character escaping in Text.Pandoc.Writers.Markdown usingfiddlosopher1-8/+2
2007-07-15ConTeXt writer changes:fiddlosopher1-1/+1
2007-07-15Merged branches/context: addition of a ConTeXt writerfiddlosopher1-0/+225
2007-07-15Removed an unused function in LaTeX writer.fiddlosopher1-2/+0
2007-07-14Simplified special character escaping code in LaTeX writer.fiddlosopher1-12/+18
2007-07-14Small comment fix in LaTeX writer.fiddlosopher1-1/+1
2007-07-14Change to footnotes in HTML writer: Instead of putting the footnotefiddlosopher1-5/+18
2007-07-09Text.Pandoc.Blocks:fiddlosopher1-2/+2
2007-07-09Markdown writer:fiddlosopher1-3/+3
2007-07-09Added --toc support to Markdown writer.fiddlosopher1-6/+26
2007-07-09Added support for --toc to RTF writer.fiddlosopher1-2/+20
2007-07-09Moved isHeaderBlock from Text.Pandoc.Writers.HTMLfiddlosopher1-5/+0
2007-07-08Regularized the scheme for unique header identifiers in HTML writer:fiddlosopher1-4/+14
2007-07-08HTML writer changes:fiddlosopher1-5/+5
2007-07-08Added --toc support to RST writer.fiddlosopher1-4/+7
2007-07-08Man writer: Don't print .\" t at beginning unless we'refiddlosopher1-1/+1
2007-07-08LaTeX writer:fiddlosopher1-6/+11