summaryrefslogtreecommitdiff
path: root/docutils/test/functional
Commit message (Expand)AuthorAgeFilesLines
...
* Improve and test "compound" handling in LaTeX.milde2017-03-227-135/+511
* Remove unneccessary empty lines from the latex output.milde2017-03-136-177/+12
* Cleanup and documentation update for latex writer class handling.milde2017-03-118-165/+649
* latex-writer: Handle class arguments for block-level elementsmilde2017-03-037-142/+252
* Part 2 of the fix for [ 312 ].milde2017-03-032-5/+19
* Fix [ 312 ] HTML writer generates invalid HTML if the table has two tags.milde2017-03-034-3/+8
* Include auto-width table in LaTeX functional tests.milde2017-02-132-0/+52
* Apply [ 125 ] respect automatic table column sizing also in html4css1.milde2017-02-136-48/+207
* Update tests to match patch 8021 Provide default title in metadata.milde2017-02-054-4/+4
* Release 0.13.1: set version number to 0.13.2agrubert2016-12-0915-15/+15
* Release 0.13.1: set version number to 0.13.1grubert2016-12-0915-15/+15
* Adapt test to fixes in course of the HTML-writer code "outsourcing":milde2016-11-292-2/+2
* Fix tests after renaming html5 writer.milde2016-08-196-6/+6
* Rename html_plain writer to html5_polyglott.milde2016-08-188-6/+6
* docutils-xml writer: Fix/improve output with "newlines and "indent".milde2016-08-183-0/+1636
* Fixes for the latex2e writer table handling.milde2016-08-032-35/+47
* Support tables with auto-sized column widths in html_plain and latex2e writers.milde2016-07-304-83/+85
* Fix tests.milde2016-07-285-15/+15
* Clear up and document patch [ 120 ].milde2016-07-284-43/+4
* Implement feature request [ 48 ]milde2016-07-2611-25/+586
* LaTeX writer tests for multirow tables.milde2016-07-267-106/+524
* Update html-plain writer.milde2016-05-263-3/+3
* Fixes for html-plain writer: milde2016-05-252-12/+12
* html-plain writer: fix for field-listmilde2016-05-252-1/+10
* Test update.milde2016-05-241-1/+1
* html-plain: style footnote references and labels with CSS.milde2015-09-114-27/+124
* Add test for html-plain writer.milde2015-07-161-0/+15
* Rename html_base writer to html_plain, move xhtml11 writer back to sandbox.milde2015-07-1610-1608/+7
* Forgot to add one of the test files for bug number 276 ODT Writer strips clas...timehorse2015-06-031-0/+0
* Fix for bug number 276 ODT Writer strips classes from inline character markup...timehorse2015-06-035-0/+11
* Add name of generic bibliographic fields as a "classes" attribute valuemilde2015-05-294-12/+12
* Add link to "plain.css" to the test data.milde2015-05-271-0/+1
* Separate style sheets for required and optional layout rules.milde2015-05-117-747/+232
* XHTML does not allow "math" directly in "pre". Wrap in "span".milde2015-04-133-14/+12
* Do not use <sup> and <sub> tags inside <pre> (parsed-literal blocks).milde2015-03-305-47/+47
* HTML4 writer: Wrap literal blocks in a <span> to support sub- and superscript milde2015-03-263-41/+41
* Adapt tests to latest latex writer fix.milde2015-03-236-0/+6
* Make "xetex" writer LuaLaTex compatible: do not load "xunicode".milde2015-03-192-2/+4
* Fix the latest latex writer patch: no "alltt" in parsed literal blocks.milde2015-03-198-45/+69
* Cleaner LaTeX code for literal blocks (use "alltt" environment).milde2015-03-192-134/+164
* Cleaner LaTeX code for enumerations.milde2015-03-172-116/+48
* Avoid ambiguous class arg "pycon". Fix functional tests.milde2015-03-152-2/+2
* Let "html-base" and "xhtml11" writers wrap SVG images in <img> tags. milde2015-03-134-165/+339
* Announce the new HTML writers. Small fixes to get valid HTML.milde2015-03-113-52/+38
* Link stylesheets to test dir instead of copy them.milde2015-03-112-372/+2
* Base xhtml11 writer on html-base. Adapt and fix tests.milde2015-03-108-435/+116
* Tests for the basic HTML writer.milde2015-03-102-0/+1677
* Use xhtml writer for MathML test: produce valid XHTML+MathML document.milde2015-03-102-40/+40
* Update expected functional test output.milde2015-03-062-13/+20
* New CSS 2.1 style-sheet for xhtml11 writer.milde2015-03-065-132/+157