aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher8-0/+2592
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher8-2592/+0
2007-11-01Cleaned up LaTeX footnotes:fiddlosopher1-5/+6
2007-10-18'--no-wrap' option now prevents the addition of structural whitespacefiddlosopher1-3/+9
2007-10-12Undid last change: instead of blocking the internal links in thefiddlosopher1-1/+0
2007-10-11Man writer: Don't print link source for internal links (#...).fiddlosopher1-0/+1
2007-09-27Fixed bug in markdown writer: If an ordered list item began withfiddlosopher1-1/+5
2007-09-27Added a writer option for wrapped text and a command-line optionfiddlosopher4-7/+9
2007-09-25Fixed a bug in the Markdown writer: incorrect line wrapping in fiddlosopher1-2/+11
2007-09-19RST writer: If label for a link reference contains a colon,fiddlosopher1-1/+4
2007-09-18Markdown writer: Don't print title attribute if title is empty.fiddlosopher1-1/+4
2007-09-10+ Fixed bug in RST writer's handling of ordered lists. Previously,fiddlosopher1-2/+2
2007-09-05HTML writer: Don't produce HTML for table of contents iffiddlosopher1-0/+1
2007-09-02HTML writer: put anchors around contents of headers, not aroundfiddlosopher1-11/+11
2007-09-02Markdown writer: escape paragraphs that begin with ordered listfiddlosopher1-1/+23
2007-08-30Replaced individual wrapping routines in RST, Man, andfiddlosopher3-23/+6
2007-08-30Rewrote LaTeX writer to use the prettyprinting library,fiddlosopher1-104/+130
2007-08-29Fixed bug in LaTeX writer: autolinks would not cause fiddlosopher1-5/+5
2007-08-25Fixed bug in LaTeX writer. When a footnote ends with a Verbatimfiddlosopher1-1/+3
2007-08-23Removed incorrect "{}" around style information infiddlosopher1-2/+2
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