summaryrefslogtreecommitdiff
path: root/docutils/test/functional/input/data
Commit message (Expand)AuthorAgeFilesLines
* Wrap definition lists with "details" class argument in a <div>milde2022-11-281-0/+2
* Fix some problems with HTML5 stylesheets. Add tests for "tuftig.css".milde2022-06-131-0/+1
* Fix trailing whitespace (non-Python files).milde2022-01-295-12/+8
* Change http://docutils.sourceforge.net -> https://docutils.sourceforge.iomilde2022-01-203-3/+3
* add symlink to responsive.css grubert2021-10-031-0/+1
* HTML5: New default for table column widths (fixes bug #426).milde2021-10-011-1/+1
* LaTeX writer: New algorithm for table colum widths. Fixes bug #422.milde2021-09-301-55/+62
* Update functional test for LaTeX corner cases.milde2021-08-114-80/+176
* MathML: fixes and additions.milde2021-08-101-2/+2
* Update SVG image samples and tests.milde2021-07-191-51/+31
* HTML5: small tweaksmilde2021-07-051-0/+7
* HTML5: Improve accessibility of section headings.milde2021-06-302-2/+29
* Reorganise functional tests.milde2021-06-308-36/+52
* HTML5: Support details disclosure elementsmilde2021-06-301-0/+19
* MathML: support more functions and symbols.milde2021-05-201-67/+133
* MathML update: math alphabets, tex_token(), add documentation.milde2021-05-201-0/+462
* MathML: Implement "cases" environment in latex2mathml.milde2021-05-201-11/+1
* html5 writer: support field lists with custom indent.milde2021-05-201-1/+10
* HTML5 writer: support <video>.milde2021-03-201-0/+34
* HTML5 writer: Add a `viewport` meta tag to fix rendering in mobile browsers.milde2021-03-091-12/+6
* New responsive style for HTML5.milde2021-03-051-0/+10
* Update functional test sample.milde2021-02-233-20/+61
* Fix/Update HTML5 writer functional test.milde2021-02-132-0/+436
* Small update of the functional test input.milde2021-01-261-1/+1
* Make the sidebar's "title" argument optional.milde2020-07-101-1/+1
* functional tests: add section headingmilde2020-04-031-0/+3
* html writer: Drop spurious suffix after <object> starttag.milde2020-04-031-1/+1
* Properly escape LaTeX commands in test samples.milde2017-11-062-7/+7
* Fix bug #331: fixed the "trim" options of the "unicode" directive.goodger2017-10-201-1/+7
* Fix :width: option for the table directives.milde2017-10-191-0/+2
* Improve and test "compound" handling in LaTeX.milde2017-03-221-14/+59
* Cleanup and documentation update for latex writer class handling.milde2017-03-113-18/+90
* Fix [ 312 ] HTML writer generates invalid HTML if the table has two tags.milde2017-03-031-0/+3
* Apply [ 125 ] respect automatic table column sizing also in html4css1.milde2017-02-131-0/+15
* Rename html_plain writer to html5_polyglott.milde2016-08-183-3/+3
* Fixes for the latex2e writer table handling.milde2016-08-031-9/+25
* Support tables with auto-sized column widths in html_plain and latex2e writers.milde2016-07-301-1/+3
* Clear up and document patch [ 120 ].milde2016-07-281-0/+1
* Implement feature request [ 48 ]milde2016-07-264-4/+52
* LaTeX writer tests for multirow tables.milde2016-07-262-103/+16
* Rename html_base writer to html_plain, move xhtml11 writer back to sandbox.milde2015-07-164-279/+3
* 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-112-1/+1
* Do not use <sup> and <sub> tags inside <pre> (parsed-literal blocks).milde2015-03-301-1/+1
* Fix the latest latex writer patch: no "alltt" in parsed literal blocks.milde2015-03-192-5/+7
* Let "html-base" and "xhtml11" writers wrap SVG images in <img> tags. milde2015-03-131-53/+99
* 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-102-312/+2
* New CSS 2.1 style-sheet for xhtml11 writer.milde2015-03-062-16/+23
* Wrap SVG images in <img> tags not <object>.milde2015-02-231-0/+6