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