summaryrefslogtreecommitdiff
path: root/test/functional/expected
Commit message (Expand)AuthorAgeFilesLines
* 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-192-0/+0
* Rename html_plain writer to html5_polyglott.milde2016-08-182-0/+0
* docutils-xml writer: Fix/improve output with "newlines and "indent".milde2016-08-181-0/+1614
* Fixes for the latex2e writer table handling.milde2016-08-031-26/+22
* Support tables with auto-sized column widths in html_plain and latex2e writers.milde2016-07-302-28/+23
* Fix tests.milde2016-07-285-15/+15
* Clear up and document patch [ 120 ].milde2016-07-282-30/+3
* Implement feature request [ 48 ]milde2016-07-265-15/+527
* LaTeX writer tests for multirow tables.milde2016-07-263-3/+360
* 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-251-0/+5
* Test update.milde2016-05-241-1/+1
* html-plain: style footnote references and labels with CSS.milde2015-09-112-27/+93
* Rename html_base writer to html_plain, move xhtml11 writer back to sandbox.milde2015-08-122-1240/+1
* 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-032-0/+0
* Add name of generic bibliographic fields as a "classes" attribute valuemilde2015-05-294-12/+12
* Separate style sheets for required and optional layout rules.milde2015-05-113-474/+172
* XHTML does not allow "math" directly in "pre". Wrap in "span".milde2015-04-132-13/+11
* Do not use <sup> and <sub> tags inside <pre> (parsed-literal blocks).milde2015-03-304-46/+46
* 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-196-40/+62
* 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-133-112/+240
* Announce the new HTML writers. Small fixes to get valid HTML.milde2015-03-112-49/+29
* Base xhtml11 writer on html-base. Adapt and fix tests.milde2015-03-103-116/+109
* Tests for the basic HTML writer.milde2015-03-101-0/+1443
* Use xhtml writer for MathML test: produce valid XHTML+MathML document.milde2015-03-101-37/+37
* Update expected functional test output.milde2015-03-062-13/+20
* New CSS 2.1 style-sheet for xhtml11 writer.milde2015-03-061-91/+103
* Make the insertion of "admonition" class in the HTML writermilde2015-02-272-2/+2
* Use the "admonition" class argument for all admonitions milde2015-02-272-18/+18
* New upstream version (additional macros, piecewise integrals and sums).milde2015-02-271-4/+4
* Wrap SVG images in <img> tags not <object>.milde2015-02-232-16/+14
* New HTML writer generating `XHTML1.1`_ styled with CSS2.milde2015-02-211-0/+1504
* Fix [ 233 ] Change the base URL for the :rfc: role.milde2015-02-174-4/+4
* Add "docutils" to class values for "container" object to address [ 267 ].milde2015-02-163-3/+3
* patch [120] 0002 tables accept option widths: list of relative widths, 'auto' grubert2015-02-081-6/+6
* Update test file to new pep URL.milde2014-11-131-1/+1
* Fix [ 262 ] milde2014-11-102-18/+18
* FIX broken expected output (0.12 was replaced by 0.13)grubert2014-07-061-1/+1
* Release 0.12: set version number to 0.13grubert2014-07-0613-13/+13
* Do not add newline after inline math (produces unwanted whitespace).milde2014-05-284-97/+48