summaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Writers/HTML.hs
Commit message (Expand)AuthorAge
...
* 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
* Fixed bug in noscript part of email obfuscation:fiddlosopher2007-03-04
* Changes to test suite for new XHTML output.fiddlosopher2007-02-27
* Modified HTML writer to use the Text.XHtml library. This resultsfiddlosopher2007-02-26
* Changed 'encodeEntities' to 'escapeSGMLString'.fiddlosopher2007-01-28
* + Simplified entity handling by removing stringToSGML from Entities.hs.fiddlosopher2007-01-28
* Use encodeEntities rather than stringToSGML for contents offiddlosopher2007-01-27
* More changes in entity handling: Instead of using entities for charactersfiddlosopher2007-01-27
* Changes in entity handling:fiddlosopher2007-01-27
* Removed 'gsub' entirely and replaced its uses with 'substitute'.fiddlosopher2007-01-22
* Added support for tables in markdown reader and in LaTeX,fiddlosopher2007-01-15
* Modified HTML output for Image elements, to conform tofiddlosopher2007-01-07
* Merged changes from 'quotes' branch since r431. Smart typographyfiddlosopher2007-01-06
* Refactored SGML escaping functions and "in tag" functions tofiddlosopher2007-01-04
* Merged changes from docbook branch since r363.fiddlosopher2007-01-01
* Merged 'strict' branch from r324. This adds a '--strict'fiddlosopher2006-12-30
* Reversed changes from r246:fiddlosopher2006-12-29
* Added license text to top of source files.fiddlosopher2006-12-20
* Changed 'stability' from 'provisional' to 'alpha'.fiddlosopher2006-12-20
* Changed 'status' in comment headers from 'unstable' to 'provisional'fiddlosopher2006-12-20
* Made javascript obfuscation of emails even more obfuscatory,fiddlosopher2006-12-20
* + Added module data for haddock.fiddlosopher2006-12-20
* Modified the HTML writer to add invisible anchors to each sectionfiddlosopher2006-12-20
* + Replaced 'comparing' combinator in markdown reader with 'compare'.fiddlosopher2006-12-19
* Merged changes to footnotes branch r219-r240.fiddlosopher2006-12-19
* Changed '--smartypants' to '--smart' and adjusted documentationfiddlosopher2006-12-18
* Improvements to smart-quote regexs. Now we can better handlefiddlosopher2006-12-16
* In HTML writer, include <title></title> even if title is null.fiddlosopher2006-12-09
* Pandoc bug fixes:fiddlosopher2006-11-26
* initial importfiddlosopher2006-10-17