summaryrefslogtreecommitdiff
path: root/tests/writer.html
Commit message (Expand)AuthorAge
* Improved RST writer.fiddlosopher2009-12-31
* Tweaked templates and tests.fiddlosopher2009-12-31
* HTML writer changes for templates.fiddlosopher2009-12-31
* Improved syntax for markdown definition lists.fiddlosopher2009-12-07
* HTML writer: wrap sections in divs. Resolves Issue #70.fiddlosopher2009-04-25
* Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher2008-08-13
* HTML writer: override Text.XHtml's stringToHtml function,fiddlosopher2008-07-27
* HTML writer test: use UTF-8 characters rather than entities.fiddlosopher2008-07-23
* Fixed bug in Markdown parser: regular $s triggering math mode.fiddlosopher2008-07-15
* In smart mode, use nonbreaking spaces after abbreviations in markdown parser.fiddlosopher2008-07-11
* Treat '\ ' in (extended) markdown as nonbreaking space.fiddlosopher2008-07-11
* In HTML tests, use decimal entities for everything above 127.fiddlosopher2008-06-19
* Markdown smart typography: Em dashes no longer eat surrounding whitespace.fiddlosopher2008-06-08
* Use style attributes rather than css classes for strikethrough and ordered li...fiddlosopher2008-02-24
* Removed support for "box-style" block quotes in markdown.fiddlosopher2007-12-08
* Updated test suite -- no italics for digits.fiddlosopher2007-12-02
* Updated HTML and S5 writer tests for new span tags in math.fiddlosopher2007-12-02
* Added Text.Pandoc.Readers.TeXMath and changed default handling of math.fiddlosopher2007-12-02
* Updated tests with new way of displaying math in HTML (with no enclosing $'s).fiddlosopher2007-12-01
* Modified writer tests for new Math and TeX output.fiddlosopher2007-11-29
* Markdown writer: Don't print title attribute if title is empty.fiddlosopher2007-09-18
* Added xmlns attribute to html element in html writer tests.fiddlosopher2007-09-03
* Added new rule for enhanced markdown ordered lists: if the list markerfiddlosopher2007-08-23
* + Fixed bug in markdown ordered list parsing. The problem wasfiddlosopher2007-08-18
* Major change in the way ordered lists are handled:fiddlosopher2007-08-08
* Brought test suite up to date.fiddlosopher2007-07-28
* Updated test suite for writers, adding tests forfiddlosopher2007-07-22
* Change to footnotes in HTML writer: Instead of putting the footnotefiddlosopher2007-07-14
* Added a test case with an inline link containing bracketed text.fiddlosopher2007-07-09
* Regularized the scheme for unique header identifiers in HTML writer:fiddlosopher2007-07-08
* Changes to tests to accommodate r653.fiddlosopher2007-07-08
* Updated tests to account for changes in HTML writer (identifiers).fiddlosopher2007-07-08
* Updated test suite with new tests for definition lists.fiddlosopher2007-05-10
* Fixed bug in noscript part of email obfuscation:fiddlosopher2007-03-04
* Changes to test suite for new XHTML output.fiddlosopher2007-02-27
* More changes in entity handling: Instead of using entities for charactersfiddlosopher2007-01-27
* Modified HTML output for Image elements, to conform tofiddlosopher2007-01-07
* Fixed bug in Markdown reader's handling of underscores and otherfiddlosopher2007-01-06
* Merged changes from 'quotes' branch since r431. Smart typographyfiddlosopher2007-01-06
* Refactored SGML escaping functions and "in tag" functions tofiddlosopher2007-01-04
* Merged 'strict' branch from r324. This adds a '--strict'fiddlosopher2006-12-30
* Reversed changes from r246:fiddlosopher2006-12-29
* + Added regression tests with footnotes in quote blocks and lists.fiddlosopher2006-12-21
* Made javascript obfuscation of emails even more obfuscatory,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 footnote syntax to conform to the de facto standardfiddlosopher2006-12-19
* Changed 'putStrLn' to 'putStr' in Main.hs, and modified somefiddlosopher2006-12-16
* initial importfiddlosopher2006-10-17