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