aboutsummaryrefslogtreecommitdiff
path: root/tests/writer.html
AgeCommit message (Expand)AuthorFilesLines
2011-01-11Improvements to --html5 support:John MacFarlane1-18/+18
2010-07-20Made spacing at end of output more consistent.John MacFarlane1-1/+0
2010-07-15Added --section-divs option.John MacFarlane1-1023/+961
2010-07-15Added --webtex option for HTML math.John MacFarlane1-2/+4
2010-04-25Use texmath's parser in TexMath module.John MacFarlane1-29/+5
2010-03-18HTML writer: Use a p rather than a div for image caption.fiddlosopher1-2/+2
2010-03-16HTML writer: implemented image-with-caption feature.fiddlosopher1-2/+4
2010-01-01Finished converting HTML writer to use unicode instead of entities.fiddlosopher1-33/+33
2009-12-31Use UTF8 instead of entities in HTML.fiddlosopher1-8/+8
2009-12-31HTML footnotes: put anchor inside sup, instead of other way.fiddlosopher1-20/+20
2009-12-31Improved RST writer.fiddlosopher1-1/+2
2009-12-31Tweaked templates and tests.fiddlosopher1-2/+2
2009-12-31HTML writer changes for templates.fiddlosopher1-1115/+1112
2009-12-07Improved syntax for markdown definition lists.fiddlosopher1-0/+66
2009-04-25HTML writer: wrap sections in divs. Resolves Issue #70.fiddlosopher1-916/+978
2008-08-13Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher1-3/+1
2008-07-27HTML writer: override Text.XHtml's stringToHtml function,fiddlosopher1-3/+3
2008-07-23HTML writer test: use UTF-8 characters rather than entities.fiddlosopher1-8/+8
2008-07-15Fixed bug in Markdown parser: regular $s triggering math mode.fiddlosopher1-0/+2
2008-07-11In smart mode, use nonbreaking spaces after abbreviations in markdown parser.fiddlosopher1-1/+1
2008-07-11Treat '\ ' in (extended) markdown as nonbreaking space.fiddlosopher1-2/+2
2008-06-19In HTML tests, use decimal entities for everything above 127.fiddlosopher1-5/+5
2008-06-08Markdown smart typography: Em dashes no longer eat surrounding whitespace.fiddlosopher1-1/+1
2008-02-24Use style attributes rather than css classes for strikethrough and ordered li...fiddlosopher1-27/+18
2007-12-08Removed support for "box-style" block quotes in markdown.fiddlosopher1-31/+0
2007-12-02Updated test suite -- no italics for digits.fiddlosopher1-13/+3
2007-12-02Updated HTML and S5 writer tests for new span tags in math.fiddlosopher1-45/+59
2007-12-02Added Text.Pandoc.Readers.TeXMath and changed default handling of math.fiddlosopher1-7/+51
2007-12-01Updated tests with new way of displaying math in HTML (with no enclosing $'s).fiddlosopher1-7/+7
2007-11-29Modified writer tests for new Math and TeX output.fiddlosopher1-7/+3
2007-09-18Markdown writer: Don't print title attribute if title is empty.fiddlosopher1-1/+1
2007-09-03Added xmlns attribute to html element in html writer tests.fiddlosopher1-1/+1
2007-08-23Added new rule for enhanced markdown ordered lists: if the list markerfiddlosopher1-0/+2
2007-08-18+ Fixed bug in markdown ordered list parsing. The problem wasfiddlosopher1-0/+4
2007-08-08Major change in the way ordered lists are handled:fiddlosopher1-12/+73
2007-07-28Brought test suite up to date.fiddlosopher1-4/+11
2007-07-22Updated test suite for writers, adding tests forfiddlosopher1-1/+29
2007-07-14Change to footnotes in HTML writer: Instead of putting the footnotefiddlosopher1-15/+5
2007-07-09Added a test case with an inline link containing bracketed text.fiddlosopher1-1/+1
2007-07-08Regularized the scheme for unique header identifiers in HTML writer:fiddlosopher1-1/+1
2007-07-08Changes to tests to accommodate r653.fiddlosopher1-30/+30
2007-07-08Updated tests to account for changes in HTML writer (identifiers).fiddlosopher1-30/+30
2007-05-10Updated test suite with new tests for definition lists.fiddlosopher1-0/+87
2007-03-04Fixed bug in noscript part of email obfuscation:fiddlosopher1-2/+2
2007-02-27Changes to test suite for new XHTML output.fiddlosopher1-768/+879
2007-01-27More changes in entity handling: Instead of using entities for charactersfiddlosopher1-5/+5
2007-01-07Modified HTML output for Image elements, to conform tofiddlosopher1-2/+2
2007-01-06Fixed bug in Markdown reader's handling of underscores and otherfiddlosopher1-0/+3
2007-01-06Merged changes from 'quotes' branch since r431. Smart typographyfiddlosopher1-276/+627
2007-01-04Refactored SGML escaping functions and "in tag" functions tofiddlosopher1-24/+24