summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
Commit message (Expand)AuthorAge
* Use $for$ for --css option in HTML writer.fiddlosopher2009-12-31
* Made renderTemplate polymorphic; added TemplateTarget class.fiddlosopher2009-12-31
* HTML writer changes for templates.fiddlosopher2009-12-31
* Removed unneeded writer options; use template variables instead.fiddlosopher2009-12-31
* Fixed S5.fiddlosopher2009-12-31
* Use HTML combinators for spans in section numbers.fiddlosopher2009-12-09
* Provide CSS hooks for section numbers in headers and TOC entries.fiddlosopher2009-12-08
* Added optional section numbering in HTML output.fiddlosopher2009-12-08
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* Added --id-prefix option.fiddlosopher2009-12-05
* Fixed handling of footnotes in titles (HTML) and headers (LaTeX).fiddlosopher2009-12-05
* Modified html+lhs output to use 'haskell' highlighter.fiddlosopher2009-11-21
* Specially mark code blocks that were "literate" in the input.fiddlosopher2009-11-03
* HTML writer: wrap sections in divs. Resolves Issue #70.fiddlosopher2009-04-25
* Moved all haskell source to src subdirectory.fiddlosopher2009-01-24
* Moved everything from src into the top-level directory.fiddlosopher2007-11-29
* Reverted changes in r1086 (implicit section header references).fiddlosopher2007-11-23
* Implemented implicit reference-style links to section headers in markdown.fiddlosopher2007-11-22
* Reverted back to state as of r1062. The template haskell changesfiddlosopher2007-11-03
* Use template haskell to avoid the need for templates:fiddlosopher2007-11-03
* '--no-wrap' option now prevents the addition of structural whitespacefiddlosopher2007-10-18
* Markdown writer: Don't print title attribute if title is empty.fiddlosopher2007-09-18
* HTML writer: Don't produce HTML for table of contents iffiddlosopher2007-09-05
* HTML writer: put anchors around contents of headers, not aroundfiddlosopher2007-09-02
* Removed incorrect "{}" around style information infiddlosopher2007-08-23
* If --strict and not --toc, don't include identifiers in headers.fiddlosopher2007-08-20
* Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher2007-08-15
* Major change in the way ordered lists are handled:fiddlosopher2007-08-08
* Fixed problems with obfuscateLink introduced by last roundfiddlosopher2007-07-28
* Simplified HTML writer's treatment of autolinks.fiddlosopher2007-07-28
* Make URLs and emails in autolinks appear as Code.fiddlosopher2007-07-28
* Changed how ASCIIMathML is handled:fiddlosopher2007-07-26
* Fixed bug in TOC generation in HTML writer (regression,fiddlosopher2007-07-24
* HTML writer: Use a record for state, instead of a tuple, forfiddlosopher2007-07-22
* HTML writer: include css for .strikethrough only if strikethroughfiddlosopher2007-07-22
* + Added support for superscript, subscript, andfiddlosopher2007-07-22
* Change to footnotes in HTML writer: Instead of putting the footnotefiddlosopher2007-07-14
* Moved isHeaderBlock from Text.Pandoc.Writers.HTMLfiddlosopher2007-07-09
* Regularized the scheme for unique header identifiers in HTML writer:fiddlosopher2007-07-08
* HTML writer changes:fiddlosopher2007-07-08
* HTML writer: Slight change in code for generating uniquefiddlosopher2007-07-08
* Adjusted copyright notices to 2006-7; usefiddlosopher2007-07-07
* Put table of contents in its own div (id="toc").fiddlosopher2007-07-07
* HTML writer modifications:fiddlosopher2007-07-07
* Changes to HTML writer to incorporate automatic identifiers forfiddlosopher2007-07-07
* Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher2007-04-10
* Fixed bug in email obfuscation (issue #15). If the text to be obfuscatedfiddlosopher2007-04-08
* Removed Blank block element as unnecessary.fiddlosopher2007-03-17
* Added support for DefinitionList blocks to HTML writer.fiddlosopher2007-03-11
* Fixed bug in HTML email obfuscation using --strict mode.fiddlosopher2007-03-11