Age | Commit message (Expand) | Author | Files | Lines |
2010-03-07 | HTML writer: Fixed multiline tables with no header. | fiddlosopher | 1 | -23/+21 |
2010-03-01 | HTML, LaTeX writer: Don't print header row in headerless table. | fiddlosopher | 1 | -2/+2 |
2010-01-09 | HTML writer: don't include empty UL if --toc but no sections. | fiddlosopher | 1 | -1/+5 |
2010-01-01 | HTML writer: Use functions from XML module to escape strings. | fiddlosopher | 1 | -8/+2 |
2010-01-01 | Finished converting HTML writer to use unicode instead of entities. | fiddlosopher | 1 | -14/+13 |
2009-12-31 | Use UTF8 instead of entities in HTML. | fiddlosopher | 1 | -3/+1 |
2009-12-31 | HTML footnotes: put anchor inside sup, instead of other way. | fiddlosopher | 1 | -4/+4 |
2009-12-31 | Use $for$ for --css option in HTML writer. | fiddlosopher | 1 | -3/+3 |
2009-12-31 | Made renderTemplate polymorphic; added TemplateTarget class. | fiddlosopher | 1 | -3/+4 |
2009-12-31 | HTML writer changes for templates. | fiddlosopher | 1 | -82/+86 |
2009-12-31 | Removed unneeded writer options; use template variables instead. | fiddlosopher | 1 | -57/+58 |
2009-12-31 | Fixed S5. | fiddlosopher | 1 | -1/+2 |
2009-12-09 | Use HTML combinators for spans in section numbers. | fiddlosopher | 1 | -26/+27 |
2009-12-08 | Provide CSS hooks for section numbers in headers and TOC entries. | fiddlosopher | 1 | -2/+6 |
2009-12-08 | Added optional section numbering in HTML output. | fiddlosopher | 1 | -5/+15 |
2009-12-07 | Improved syntax for markdown definition lists. | fiddlosopher | 1 | -4/+5 |
2009-12-05 | Added --id-prefix option. | fiddlosopher | 1 | -9/+13 |
2009-12-05 | Fixed handling of footnotes in titles (HTML) and headers (LaTeX). | fiddlosopher | 1 | -14/+15 |
2009-11-21 | Modified html+lhs output to use 'haskell' highlighter. | fiddlosopher | 1 | -13/+12 |
2009-11-03 | Specially mark code blocks that were "literate" in the input. | fiddlosopher | 1 | -1/+2 |
2009-04-25 | HTML writer: wrap sections in divs. Resolves Issue #70. | fiddlosopher | 1 | -104/+40 |
2009-01-24 | Moved all haskell source to src subdirectory. | fiddlosopher | 1 | -0/+557 |
2007-11-29 | Moved everything from src into the top-level directory. | fiddlosopher | 1 | -458/+0 |
2007-11-23 | Reverted changes in r1086 (implicit section header references). | fiddlosopher | 1 | -0/+46 |
2007-11-22 | Implemented implicit reference-style links to section headers in markdown. | fiddlosopher | 1 | -46/+0 |
2007-11-03 | Reverted back to state as of r1062. The template haskell changes | fiddlosopher | 1 | -0/+458 |
2007-11-03 | Use template haskell to avoid the need for templates: | fiddlosopher | 1 | -458/+0 |
2007-10-18 | '--no-wrap' option now prevents the addition of structural whitespace | fiddlosopher | 1 | -3/+9 |
2007-09-18 | Markdown writer: Don't print title attribute if title is empty. | fiddlosopher | 1 | -1/+4 |
2007-09-05 | HTML writer: Don't produce HTML for table of contents if | fiddlosopher | 1 | -0/+1 |
2007-09-02 | HTML writer: put anchors around contents of headers, not around | fiddlosopher | 1 | -11/+11 |
2007-08-23 | Removed incorrect "{}" around style information in | fiddlosopher | 1 | -2/+2 |
2007-08-20 | If --strict and not --toc, don't include identifiers in headers. | fiddlosopher | 1 | -1/+3 |
2007-08-15 | Major code cleanup in all modules. (Removed unneeded imports, | fiddlosopher | 1 | -234/+241 |
2007-08-08 | Major change in the way ordered lists are handled: | fiddlosopher | 1 | -27/+51 |
2007-07-28 | Fixed problems with obfuscateLink introduced by last round | fiddlosopher | 1 | -14/+11 |
2007-07-28 | Simplified HTML writer's treatment of autolinks. | fiddlosopher | 1 | -8/+8 |
2007-07-28 | Make URLs and emails in autolinks appear as Code. | fiddlosopher | 1 | -7/+7 |
2007-07-26 | Changed how ASCIIMathML is handled: | fiddlosopher | 1 | -1/+10 |
2007-07-24 | Fixed bug in TOC generation in HTML writer (regression, | fiddlosopher | 1 | -1/+1 |
2007-07-22 | HTML writer: Use a record for state, instead of a tuple, for | fiddlosopher | 1 | -24/+32 |
2007-07-22 | HTML writer: include css for .strikethrough only if strikethrough | fiddlosopher | 1 | -17/+25 |
2007-07-22 | + Added support for superscript, subscript, and | fiddlosopher | 1 | -17/+26 |
2007-07-14 | Change to footnotes in HTML writer: Instead of putting the footnote | fiddlosopher | 1 | -5/+18 |
2007-07-09 | Moved isHeaderBlock from Text.Pandoc.Writers.HTML | fiddlosopher | 1 | -5/+0 |
2007-07-08 | Regularized the scheme for unique header identifiers in HTML writer: | fiddlosopher | 1 | -4/+14 |
2007-07-08 | HTML writer changes: | fiddlosopher | 1 | -5/+5 |
2007-07-08 | HTML writer: Slight change in code for generating unique | fiddlosopher | 1 | -1/+1 |
2007-07-07 | Adjusted copyright notices to 2006-7; use | fiddlosopher | 1 | -3/+3 |
2007-07-07 | Put table of contents in its own div (id="toc"). | fiddlosopher | 1 | -1/+1 |