summaryrefslogtreecommitdiff
path: root/docutils/writers/_html_base.py
Commit message (Expand)AuthorAgeFilesLines
* Documentation update.milde2021-03-261-2/+2
* Escape newlines in filenames when reporting an error.milde2021-03-201-7/+9
* Update comments and advertised future changes.milde2021-03-201-11/+9
* HTML5 writer: Add a `viewport` meta tag to fix rendering in mobile browsers.milde2021-03-091-1/+1
* Update planned changes for HTML5 writer.milde2021-02-131-1/+4
* Fix class value handling for footnotes and citations in HTML5.milde2021-02-131-11/+10
* Revert "html5 writer: wrap image elements in <p> unless inline or in figure."milde2021-01-261-10/+7
* Implement feature request #40 Option to embed images as data URI.milde2020-11-271-16/+32
* Fix link to 2-Clause BSD license.milde2020-09-041-1/+1
* Part 2 of the fix for #398.milde2020-07-181-1/+1
* html writer: Drop spurious suffix after <object> starttag.milde2020-04-031-1/+1
* html5 writer: classify image references also for inline images.milde2020-04-031-1/+2
* html5 writer: wrap image elements in <p> unless inline or in figure.milde2020-04-031-6/+10
* Use new HTML5 element <main>.milde2020-01-301-1/+0
* html5: Use semantic tags <header>, <footer>, <section>, <aside>.milde2020-01-301-0/+1
* Update and document configuration section dependencies.milde2019-11-061-1/+1
* html5 writer: Add list of text-level tags to the functional test.milde2019-09-301-1/+1
* Prepare for HTML5 semantic tags.milde2019-09-201-1/+0
* HTML fixes and updates.milde2019-09-191-2/+1
* py3: Handle 'urllib', 'urllib2' to 'urlib.*' renamemilde2019-08-271-2/+5
* Formatting changes to facilitate integration of "py3" patchset.milde2019-08-271-1/+1
* Consistent Python 3 checks.milde2019-08-261-1/+1
* py3: Use 'sorted(foo)' instead of 'foo.sort()'milde2019-08-261-2/+1
* py3: Add aliases for removed symbolsmilde2019-08-261-0/+4
* py3: Switch to 'except foo as bar' syntaxmilde2019-08-261-2/+2
* py3: Switch to print functionsmilde2019-08-261-9/+0
* Fix bug #358: Non-breaking space removed from fixed-width literal.milde2019-02-121-1/+1
* Html5 writer: Correctly sort docinfo and subtitle into "parts" dict.milde2018-06-051-2/+6
* Fix :width: option for the table directives.milde2017-10-191-5/+4
* HTML5-compatible meta tags for docinfo items authors, date, and copyright.milde2017-09-141-0/+3
* Drop compatibility code for Python 2.4 and 2.5.milde2017-08-111-3/+2
* corrections & improvements to HTMLTranslator docstring (it's "override", not ...goodger2017-06-221-14/+20
* Fix [ 319 ] MathJax CDN shut down on April 30, 2017. milde2017-06-161-11/+28
* Part 2 of the fix for [ 312 ].milde2017-03-031-4/+5
* Replace untranslable term "sollbruchstelle" with English approximation.milde2017-02-131-2/+2
* minor corrections; what the heck is a "sollbruchstelle"?!?goodger2017-02-131-24/+25
* Provide default title in metadata.milde2017-02-031-2/+3
* Document caveats when subclassing HTMLTranslator.milde2017-02-021-9/+55
* Apply patch by Neil Schemenauer to fix bad string escapesmilde2016-12-101-1/+1
* HTML writers: Outsourcing of common code to _html_base.py.milde2016-11-291-0/+1598