aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
AgeCommit message (Expand)AuthorFilesLines
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.fiddlosopher1-5/+15
2009-12-07Improved syntax for markdown definition lists.fiddlosopher1-4/+5
2009-12-05Added --id-prefix option.fiddlosopher1-9/+13
2009-12-05Fixed handling of footnotes in titles (HTML) and headers (LaTeX).fiddlosopher1-14/+15
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.fiddlosopher1-1/+2
2009-04-25HTML writer: wrap sections in divs. Resolves Issue #70.fiddlosopher1-104/+40
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher1-0/+557
2007-11-29Moved everything from src into the top-level directory.fiddlosopher1-458/+0
2007-11-23Reverted changes in r1086 (implicit section header references).fiddlosopher1-0/+46
2007-11-22Implemented implicit reference-style links to section headers in markdown.fiddlosopher1-46/+0
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher1-0/+458
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher1-458/+0
2007-10-18'--no-wrap' option now prevents the addition of structural whitespacefiddlosopher1-3/+9
2007-09-18Markdown writer: Don't print title attribute if title is empty.fiddlosopher1-1/+4
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-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-15Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher1-234/+241
2007-08-08Major change in the way ordered lists are handled:fiddlosopher1-27/+51
2007-07-28Fixed problems with obfuscateLink introduced by last roundfiddlosopher1-14/+11
2007-07-28Simplified HTML writer's treatment of autolinks.fiddlosopher1-8/+8
2007-07-28Make URLs and emails in autolinks appear as Code.fiddlosopher1-7/+7
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-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-22+ Added support for superscript, subscript, andfiddlosopher1-17/+26
2007-07-14Change to footnotes in HTML writer: Instead of putting the footnotefiddlosopher1-5/+18
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-08HTML writer: Slight change in code for generating uniquefiddlosopher1-1/+1
2007-07-07Adjusted copyright notices to 2006-7; usefiddlosopher1-3/+3
2007-07-07Put table of contents in its own div (id="toc").fiddlosopher1-1/+1
2007-07-07HTML writer modifications:fiddlosopher1-23/+57
2007-07-07Changes to HTML writer to incorporate automatic identifiers forfiddlosopher1-16/+66
2007-04-10Extensive changes stemming from a rethinking of the Pandoc datafiddlosopher1-137/+152
2007-04-08Fixed bug in email obfuscation (issue #15). If the text to be obfuscatedfiddlosopher1-1/+2
2007-03-17Removed Blank block element as unnecessary.fiddlosopher1-1/+0
2007-03-11Added support for DefinitionList blocks to HTML writer.fiddlosopher1-5/+11
2007-03-11Fixed bug in HTML email obfuscation using --strict mode.fiddlosopher1-1/+3
2007-03-04Fixed bug in noscript part of email obfuscation:fiddlosopher1-1/+1
2007-02-27Changes to test suite for new XHTML output.fiddlosopher1-8/+7
2007-02-26Modified HTML writer to use the Text.XHtml library. This resultsfiddlosopher1-153/+142
2007-01-28Changed 'encodeEntities' to 'escapeSGMLString'.fiddlosopher1-7/+7
2007-01-28+ Simplified entity handling by removing stringToSGML from Entities.hs.fiddlosopher1-10/+8
2007-01-27Use encodeEntities rather than stringToSGML for contents offiddlosopher1-1/+1