summaryrefslogtreecommitdiff
path: root/docutils/writers/html4css1
Commit message (Expand)AuthorAgeFilesLines
* Wrap definition lists with "details" class argument in a <div>milde2022-11-281-1/+1
* Refactor HTMLTranslator initialization and parts setup.milde2022-11-131-1/+1
* Remove unused imports.milde2022-03-051-3/+2
* Avoid line break after binary operator.milde2022-03-051-22/+23
* Avoid too long lines.milde2022-03-051-3/+3
* Ensure 2 blank lines around top-level functions and classes.milde2022-03-041-0/+1
* Fix (some) missing blank linesmilde2022-03-041-4/+4
* Ensure at least two spaces before inline comment.milde2022-03-041-3/+3
* Fix unexpected spaces around equals indicating keyword arguments.milde2022-03-031-34/+34
* Fix whitespace before/after delimiters and colon.milde2022-03-031-7/+7
* Fix code indentationmilde2022-01-291-35/+36
* Update IO error handling.milde2022-01-271-2/+2
* Leftovers and fixes after the big clean-up.milde2022-01-271-1/+1
* Drop string prefix "u".milde2022-01-261-1/+1
* Remove unused importsmilde2022-01-261-1/+0
* Use "x not in y" over "not x in y"milde2022-01-261-1/+1
* Fix [bug:#443].milde2022-01-261-2/+1
* Change http://docutils.sf.net -> https://docutils.sourceforge.iomilde2022-01-201-1/+1
* Use "with ... as" when opening resources.milde2022-01-111-2/+1
* Fix/silence DeprecationWarnings and RessourceWarnings.milde2022-01-061-5/+5
* Fix spellingmilde2021-10-221-2/+2
* HTML5: Improve accessibility of section headings.milde2021-06-301-7/+29
* HTML5: Support details disclosure elementsmilde2021-06-301-1/+17
* HTML5: ARIA roles for citations and citation-references.milde2021-06-251-1/+13
* Complete visit_* / depart_* method pairs in html4css.HTMLTranslator.milde2021-06-251-3/+37
* Code simplification in writers.milde2021-06-251-2/+14
* Review settings_spec.milde2021-05-171-87/+33
* Update comments and advertised future changes.milde2021-03-201-6/+7
* Revert "html5 writer: wrap image elements in <p> unless inline or in figure."milde2021-01-261-29/+2
* Implement feature request #40 Option to embed images as data URI.milde2020-11-271-0/+9
* html writer: Drop spurious suffix after <object> starttag.milde2020-04-031-1/+1
* html5 writer: wrap image elements in <p> unless inline or in figure.milde2020-04-031-0/+99
* Fix ticket [ patches/147 ] code duplication.milde2018-11-291-5/+2
* Fix :width: option for the table directives.milde2017-10-191-1/+4
* Drop compatibility code for Python 2.4 and 2.5.milde2017-08-111-3/+2
* Replace untranslable term "sollbruchstelle" with English approximation.milde2017-02-131-1/+1
* Apply [ 125 ] respect automatic table column sizing also in html4css1.milde2017-02-131-28/+30
* HTML writers: Outsourcing of common code to _html_base.py.milde2016-11-291-1023/+76
* Rename html_plain writer to html5_polyglott.milde2016-08-181-1/+1
* Implement feature request [ 48 ]milde2016-07-262-4/+20
* Use https in default MathJax URL (report Alan G Isaac).milde2016-05-241-2/+2
* Rename html_base writer to html_plain, move xhtml11 writer back to sandbox.milde2015-08-121-1/+1
* Do not use <sup> and <sub> tags inside <pre> (parsed-literal blocks).milde2015-03-302-6/+28
* HTML4 writer: Wrap literal blocks in a <span> to support sub- and superscript milde2015-03-261-0/+2
* Small fixes to the writer aliases, supported formats, and front-end tools.milde2015-03-171-1/+1
* Fix setup.py and tests after addition of writers/html_base and mv of math.css.milde2015-03-101-1/+6
* New basic HTML writer: generates polyglott HTML 5 / XHTML 1.1 (transitional)milde2015-03-101-276/+0
* New CSS 2.1 style-sheet for xhtml11 writer.milde2015-03-061-5/+9
* Make the insertion of "admonition" class in the HTML writermilde2015-02-271-0/+1
* Fix [ 266 ] creating labels/class values in description list items.milde2015-02-261-1/+7