aboutsummaryrefslogtreecommitdiff
path: root/tests/writer.html
AgeCommit message (Expand)Author
2013-01-21Use proportional font for email autolinks with obfuscation.John MacFarlane
2013-01-06Don't put the text of an autolink in Code font.John MacFarlane
2013-01-04Added css to preserve spaces in <code> tags.John MacFarlane
2012-09-12HTML writer: Improve line breaks with `<dd>` tags.John MacFarlane
2012-01-28Put date in YYYY-MM-DD format if possible for HTML, docx metadata.John MacFarlane
2011-12-29Updated tests for changes to HTML note back references.John MacFarlane
2011-12-27Updated tests.John MacFarlane
2011-12-18HTML writer: Use `<del>` for strikeout.John MacFarlane
2011-12-01Made author/date more consistent in HTML templates.John MacFarlane
2011-11-12Updated writer tests for new version of texmath.John MacFarlane
2011-11-08Update templates to use Content-Style-Type meta tag.John MacFarlane
2011-07-24HTML writer: Removed English title on footnote back links.John MacFarlane
2011-07-23HTML writer: Display author and date after title.John MacFarlane
2011-02-04Improved HTML table output (line breaks).John MacFarlane
2011-02-04Updated tests.John MacFarlane
2011-02-04HTML writer: Spacing adjustments for Plain and RawHtml blocks.John MacFarlane
2011-02-04Updated tests for new HTML format.John MacFarlane
2011-01-26Add support for attributes in inline Code.John MacFarlane
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane
2011-01-11Improvements to --html5 support:John MacFarlane
2010-07-20Made spacing at end of output more consistent.John MacFarlane
2010-07-15Added --section-divs option.John MacFarlane
2010-07-15Added --webtex option for HTML math.John MacFarlane
2010-04-25Use texmath's parser in TexMath module.John MacFarlane
2010-03-18HTML writer: Use a p rather than a div for image caption.fiddlosopher
2010-03-16HTML writer: implemented image-with-caption feature.fiddlosopher
2010-01-01Finished converting HTML writer to use unicode instead of entities.fiddlosopher
2009-12-31Use UTF8 instead of entities in HTML.fiddlosopher
2009-12-31HTML footnotes: put anchor inside sup, instead of other way.fiddlosopher
2009-12-31Improved RST writer.fiddlosopher
2009-12-31Tweaked templates and tests.fiddlosopher
2009-12-31HTML writer changes for templates.fiddlosopher
2009-12-07Improved syntax for markdown definition lists.fiddlosopher
2009-04-25HTML writer: wrap sections in divs. Resolves Issue #70.fiddlosopher
2008-08-13Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher
2008-07-27HTML writer: override Text.XHtml's stringToHtml function,fiddlosopher
2008-07-23HTML writer test: use UTF-8 characters rather than entities.fiddlosopher
2008-07-15Fixed bug in Markdown parser: regular $s triggering math mode.fiddlosopher
2008-07-11In smart mode, use nonbreaking spaces after abbreviations in markdown parser.fiddlosopher
2008-07-11Treat '\ ' in (extended) markdown as nonbreaking space.fiddlosopher
2008-06-19In HTML tests, use decimal entities for everything above 127.fiddlosopher
2008-06-08Markdown smart typography: Em dashes no longer eat surrounding whitespace.fiddlosopher
2008-02-24Use style attributes rather than css classes for strikethrough and ordered li...fiddlosopher
2007-12-08Removed support for "box-style" block quotes in markdown.fiddlosopher
2007-12-02Updated test suite -- no italics for digits.fiddlosopher
2007-12-02Updated HTML and S5 writer tests for new span tags in math.fiddlosopher
2007-12-02Added Text.Pandoc.Readers.TeXMath and changed default handling of math.fiddlosopher
2007-12-01Updated tests with new way of displaying math in HTML (with no enclosing $'s).fiddlosopher
2007-11-29Modified writer tests for new Math and TeX output.fiddlosopher
2007-09-18Markdown writer: Don't print title attribute if title is empty.fiddlosopher