aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers
AgeCommit message (Expand)AuthorFilesLines
2009-12-31Removed unneeded writer options; use template variables instead.fiddlosopher11-259/+269
2009-12-31Made writerVariables active in LaTeX writer.fiddlosopher1-1/+2
2009-12-31Revised LaTeX writer to use templates.fiddlosopher1-85/+34
2009-12-31Fixed S5.fiddlosopher1-1/+2
2009-12-09Use HTML combinators for spans in section numbers.fiddlosopher1-26/+27
2009-12-08Provide CSS hooks for section numbers in headers and TOC entries.fiddlosopher1-2/+6
2009-12-08Added optional section numbering in HTML output.fiddlosopher4-8/+18
2009-12-07Don't print raw HTML in man output.fiddlosopher1-2/+2
2009-12-07Improved syntax for markdown definition lists.fiddlosopher11-49/+54
2009-12-07Blank lines after lists in MediaWiki writer.fiddlosopher1-6/+4
2009-12-05Docbook writer: add ids to sections. Use link for internal links.fiddlosopher1-3/+6
2009-12-05Added --id-prefix option.fiddlosopher1-9/+13
2009-12-05Fixed handling of footnotes in titles (HTML) and headers (LaTeX).fiddlosopher2-16/+28
2009-11-28Better looking simple tables. Resolves Issue #180.fiddlosopher8-37/+64
2009-11-21Modified html+lhs output to use 'haskell' highlighter.fiddlosopher1-13/+12
2009-11-03Specially mark code blocks that were "literate" in the input.fiddlosopher4-3/+7
2009-11-01Set utf-8 encoding in texinfo headers.fiddlosopher1-2/+4
2009-07-18Changed escapes in markdown writer.fiddlosopher1-1/+1
2009-07-03Use language attribute to indicate source language in docbook code blocks.fiddlosopher1-2/+14
2009-06-06Man writer: break lines at end of each sentence.fiddlosopher1-3/+36
2009-04-25HTML writer: wrap sections in divs. Resolves Issue #70.fiddlosopher4-107/+43
2009-02-07Fixed bug with header spacing in Markdown and RST writers.fiddlosopher2-5/+11
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher12-0/+4381
2007-11-29Moved everything from src into the top-level directory.fiddlosopher8-2649/+0
2007-11-23Reverted changes in r1086 (implicit section header references).fiddlosopher1-0/+46
2007-11-22+ Changed \useurl to \useURL in ConTeXt output.fiddlosopher1-1/+1
2007-11-22Implemented implicit reference-style links to section headers in markdown.fiddlosopher1-46/+0
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:fiddlosopher2-6/+6
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-15Improved footnote handling in LaTeX writer:fiddlosopher1-8/+16
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