aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
AgeCommit message (Expand)AuthorFilesLines
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
2006-12-20Changed 'status' in comment headers from 'unstable' to 'provisional'fiddlosopher1-1/+1
2006-12-20Made javascript obfuscation of emails even more obfuscatory,fiddlosopher1-10/+27
2006-12-20+ Added module data for haddock.fiddlosopher1-135/+176
2006-12-20Modified the HTML writer to add invisible anchors to each sectionfiddlosopher1-6/+8
2006-12-19+ Replaced 'comparing' combinator in markdown reader with 'compare'.fiddlosopher1-1/+1
2006-12-19Merged changes to footnotes branch r219-r240.fiddlosopher1-11/+20
2006-12-18Changed '--smartypants' to '--smart' and adjusted documentationfiddlosopher1-3/+3
2006-12-16Improvements to smart-quote regexs. Now we can better handlefiddlosopher1-9/+16
2006-12-09In HTML writer, include <title></title> even if title is null.fiddlosopher1-4/+1
2006-11-26Pandoc bug fixes:fiddlosopher1-1/+1
2006-10-17initial importfiddlosopher1-0/+197