aboutsummaryrefslogtreecommitdiff
path: root/tests/writer.html
AgeCommit message (Expand)AuthorFilesLines
2016-06-20Changed email-obfuscation default to no obfuscation.John MacFarlane1-12/+2
2015-12-12Modified readers to emit SoftBreak when appropriate.John MacFarlane1-1/+1
2015-12-11Implemented SoftBreak and new `--wrap` option.John MacFarlane1-1/+1
2015-07-07Fixed email javascript obfuscation with mailto: URLs.John MacFarlane1-1/+1
2015-02-04Append newline to the LineBreak of various writersTim Lin1-1/+2
2015-02-01HTML writer: Add "inline" or "display" class to math spans.John MacFarlane1-7/+7
2014-12-15HTML writer: put newline btw img and caption paragraph.John MacFarlane1-1/+2
2014-08-31Markdown reader: better handling of paragraph in div.John MacFarlane1-2/+2
2014-08-12HTML writer: use 'uri' or 'email' class for autolinks.John MacFarlane1-5/+5
2014-07-07Revamped raw HTML block parsing in markdown.John MacFarlane1-19/+4
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