summaryrefslogtreecommitdiff
path: root/tests/writer.html
Commit message (Expand)AuthorAge
* HTML/EPUB footnotes: Put `<sup>` tag inside `<a>` tags.John MacFarlane2013-11-12
* TexMath: Export readTeXMath', which attends to display/inline.John MacFarlane2013-11-01
* Adjusted writers and tests for change in parsing of div/span.John MacFarlane2013-08-18
* Use proportional font for email autolinks with obfuscation.John MacFarlane2013-01-21
* Don't put the text of an autolink in Code font.John MacFarlane2013-01-06
* Added css to preserve spaces in <code> tags.John MacFarlane2013-01-04
* HTML writer: Improve line breaks with `<dd>` tags.John MacFarlane2012-09-12
* Put date in YYYY-MM-DD format if possible for HTML, docx metadata.John MacFarlane2012-01-28
* Updated tests for changes to HTML note back references.John MacFarlane2011-12-29
* Updated tests.John MacFarlane2011-12-27
* HTML writer: Use `<del>` for strikeout.John MacFarlane2011-12-18
* Made author/date more consistent in HTML templates.John MacFarlane2011-12-01
* Updated writer tests for new version of texmath.John MacFarlane2011-11-12
* Update templates to use Content-Style-Type meta tag.John MacFarlane2011-11-08
* HTML writer: Removed English title on footnote back links.John MacFarlane2011-07-24
* HTML writer: Display author and date after title.John MacFarlane2011-07-23
* Improved HTML table output (line breaks).John MacFarlane2011-02-04
* Updated tests.John MacFarlane2011-02-04
* HTML writer: Spacing adjustments for Plain and RawHtml blocks.John MacFarlane2011-02-04
* Updated tests for new HTML format.John MacFarlane2011-02-04
* Add support for attributes in inline Code.John MacFarlane2011-01-26
* Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane2011-01-26
* 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