summaryrefslogtreecommitdiff
path: root/tests/writer.html
Commit message (Expand)AuthorAge
* Improvements to --html5 support:John MacFarlane2011-01-11
* Made spacing at end of output more consistent.John MacFarlane2010-07-20
* Added --section-divs option.John MacFarlane2010-07-15
* Added --webtex option for HTML math.John MacFarlane2010-07-15
* Use texmath's parser in TexMath module.John MacFarlane2010-04-25
* HTML writer: Use a p rather than a div for image caption.fiddlosopher2010-03-18
* HTML writer: implemented image-with-caption feature.fiddlosopher2010-03-16
* Finished converting HTML writer to use unicode instead of entities.fiddlosopher2010-01-01
* Use UTF8 instead of entities in HTML.fiddlosopher2009-12-31
* HTML footnotes: put anchor inside sup, instead of other way.fiddlosopher2009-12-31
* 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