summaryrefslogtreecommitdiff
path: root/test/test_writers
Commit message (Expand)AuthorAgeFilesLines
* HTML5 writer: Add a `viewport` meta tag to fix rendering in mobile browsers.milde2021-03-091-3/+6
* Do not write Docutils-generated ToC, when ``use_latex_toc`` is True.milde2020-12-011-0/+59
* Apply patch #175 "Fix alignment of nested tables".milde2020-11-251-26/+26
* Apply patch #173 by John Thorvald Wodder II.milde2020-10-271-0/+52
* Change the `initial_header_level`_ setting's default to "2"milde2020-09-041-12/+12
* LaTeX package/stylesheet for Docutils.milde2020-08-281-4/+5
* Fix [ 394 ] fix missing new line after rubric.grubert2020-07-051-0/+24
* Apply Patch 168 manpage crashing on empty citationgrubert2020-06-301-0/+18
* Fix #126 manpage title with spacesgrubert2020-02-171-7/+7
* [ Fix #380 ] manpage commandline option problem in sphinx.grubert2020-02-171-3/+3
* Restore support for running tests stand-alone.milde2020-01-3112-12/+32
* latex writer: announced changes.milde2020-01-301-10/+5
* Use new HTML5 element <main>.milde2020-01-301-44/+44
* html5: Use semantic tags <figure> and <figcaption>.milde2020-01-301-2/+114
* html5: Use semantic tags <header>, <footer>, <section>, <aside>.milde2020-01-301-25/+27
* FIX for BUG #287 comma after option is boldgrubert2019-11-241-0/+32
* LaTeX writer: Deprecation warning for ``\docutilsrole``-prefix.milde2019-09-171-0/+2
* Fix informal titlesmilde2019-09-111-1/+1
* Remove auxiliary Python 2/3 compatibility definition module.milde2019-08-271-1/+1
* py3: Handle 'StringIO' to 'io' transition.milde2019-08-271-1/+6
* py3: Use 'absolute_import' futuremilde2019-08-2613-16/+39
* Drop support for Python 3.3milde2019-08-261-0/+1
* Remove unused lxml import blocksmilde2019-08-261-37/+3
* Apply fix for [ 289 ], line starting with ``.`` in a text.grubert2019-08-251-0/+6
* Add odt test for rawgrubert2019-08-201-0/+4
* formattinggrubert2019-08-201-1/+0
* Add test for header and footergrubert2019-08-201-0/+6
* Add test for footnote referenced twicegrubert2019-08-201-0/+5
* Add odt classifier testgrubert2019-08-191-0/+3
* Add regression test for odt contentsgrubert2019-08-191-0/+3
* Add odt regression test for literal blockgrubert2019-08-191-0/+3
* Fix [ 359 ]: Test suite failes on Python 3.8. odt xml sorting. Use ElemtTree...grubert2019-08-151-3/+17
* Fix py38 SyntaxWarning: invalid escape sequence \grubert2019-08-113-3/+3
* Converted odf_odt for compatibility with both Python 2 and Python3dkuhlman2019-02-121-4/+3
* Fix bug #358: Non-breaking space removed from fixed-width literal.milde2019-02-121-0/+10
* latex writer: fix fallback definition of \DUroles macro.milde2018-06-051-4/+8
* Html5 writer: Correctly sort docinfo and subtitle into "parts" dict.milde2018-06-051-0/+450
* Fix [ 324 ] Invalid LaTeX for table with empty multicolumn cell.milde2017-09-071-2/+24
* Drop 2.4 and 2.5 compatibility code, part 2.milde2017-08-143-10/+6
* Fix [ 323 ]: do not add ``\\\\phantomsection`` and whitespace to ``parts["tit...milde2017-08-081-5/+2
* Fix [ 319 ] MathJax CDN shut down on April 30, 2017. milde2017-06-162-6/+6
* Fixes to language/region and image size controldkuhlman2017-05-161-0/+2
* LaTeX: Define required Unicode characters in the preamble.milde2017-04-191-1/+1
* Remove unneccessary empty lines from the latex output.milde2017-03-131-20/+0
* latex-writer: Handle class arguments for block-level elementsmilde2017-03-031-16/+20
* Update tests to match patch 8021 Provide default title in metadata.milde2017-02-051-16/+16
* Adapt test to fixes in course of the HTML-writer code "outsourcing":milde2016-11-291-1/+1
* Rename html_plain writer to html5_polyglott.milde2016-08-182-24/+24
* docutils-xml writer: Fix/improve output with "newlines and "indent".milde2016-08-181-4/+2
* Fixes for the latex2e writer table handling.milde2016-08-031-14/+223