aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-27More changes in entity handling: Instead of using entities for charactersfiddlosopher1-9/+9
2007-01-27Changes in entity handling:fiddlosopher1-10/+10
2007-01-22Removed 'gsub' entirely and replaced its uses with 'substitute'.fiddlosopher1-1/+1
2007-01-15Added support for tables in markdown reader and in LaTeX,fiddlosopher1-0/+32
2007-01-07Modified HTML output for Image elements, to conform tofiddlosopher1-3/+3
2007-01-06Merged changes from 'quotes' branch since r431. Smart typographyfiddlosopher1-127/+139
2007-01-04Refactored SGML escaping functions and "in tag" functions tofiddlosopher1-68/+10
2007-01-01Merged changes from docbook branch since r363.fiddlosopher1-1/+3
2006-12-30Merged 'strict' branch from r324. This adds a '--strict'fiddlosopher1-10/+9
2006-12-29Reversed changes from r246:fiddlosopher1-3/+1
2006-12-20Added license text to top of source files.fiddlosopher1-0/+18
2006-12-20Changed 'stability' from 'provisional' to 'alpha'.fiddlosopher1-1/+1