summaryrefslogtreecommitdiff
path: root/docutils/writers
Commit message (Expand)AuthorAgeFilesLines
* Fix spellingmilde2021-10-225-11/+11
* Fix spelling errors.milde2021-10-211-1/+1
* HMTL5 responsive.css: default color for ToC entries.milde2021-10-151-2/+3
* Config setting image_loading: use value "link" instead of "eager".milde2021-10-152-5/+5
* New option "image_loading" for HTML5.milde2021-10-132-6/+17
* HTML5: New default for table column widths (fixes bug #426).milde2021-10-012-8/+14
* LaTeX writer: New algorithm for table colum widths. Fixes bug #422.milde2021-09-301-47/+88
* Small documentation fixes.milde2021-09-201-4/+3
* Apply #184 Fix a typo in latex2emilde2021-09-111-10/+9
* LaTeX writer: revise Docutils-generated table of contentsmilde2021-09-111-17/+21
* LaTeXwriter: small fixes.milde2021-09-111-25/+23
* LaTeX writer: code cleanup and small fixes.milde2021-09-111-77/+87
* LaTeX writer: no newline before raw directives in compound blocks.milde2021-09-111-1/+2
* Simplify LaTeX writer code.milde2021-09-111-36/+18
* Fix #423 Code blocks in sidebars cause LaTeX errors.milde2021-09-071-2/+4
* * docutils/writers/manpage.py ...grubert2021-08-231-0/+1
* docgrubert2021-08-231-1/+1
* LaTeX writer: Simpler LaTeX code.milde2021-08-101-3/+3
* LaTeX writer: Refactor computation of table column widths.milde2021-08-101-39/+33
* MathML: fixes and additions.milde2021-08-102-2/+5
* math.css: tweak bigoperator size.milde2021-07-121-4/+5
* Math: fix some LaTeX character mappings.milde2021-07-121-10/+15
* math2html: Prefer STIX fonts for formulas.milde2021-07-121-15/+25
* math2html: make "math.css" valid CSS 2.1.milde2021-07-121-18/+13
* math2html: Improve handling of big symbols.milde2021-07-121-18/+30
* math2html: support decorations under base character.milde2021-07-121-16/+10
* math2html: support small symbols, refactor math accent handling.milde2021-07-121-2/+5
* Major rework of math2html converter.milde2021-07-121-5/+25
* HTML5: add self-link after section headings (feature request #28).milde2021-07-052-2/+25
* HTML5: small tweaksmilde2021-07-052-12/+20
* HTML5: Improve accessibility of section headings.milde2021-06-302-19/+37
* Do not use invalid HMTL tags for deeply nested section headings.milde2021-06-301-19/+25
* HTML5: Support details disclosure elementsmilde2021-06-305-16/+57
* Update TODO documentation.milde2021-06-261-9/+8
* HTML5: update/simplify style filesmilde2021-06-254-26/+25
* HTML5: ARIA roles for citations and citation-references.milde2021-06-253-24/+39
* HTML5: More ARIA roles, more descriptive class name.milde2021-06-253-17/+22
* Complete visit_* / depart_* method pairs in html4css.HTMLTranslator.milde2021-06-251-3/+37
* HTM5 Use semantic tags for topics, admontions, system-messages, and toc.milde2021-06-256-75/+70
* Code simplification in writers.milde2021-06-254-78/+68
* HTML5: Semantic markup for footnotes.milde2021-06-256-71/+99
* HTML5: small fixes, preparation for footnote handling refactoring.milde2021-06-255-44/+27
* Apply patch #181 by John Thorvald Wodder II.milde2021-06-171-16/+21
* Make "meta" a standard node.milde2021-06-171-0/+1
* Minor documentation update.milde2021-05-271-1/+5
* MathML: remove unrequired <mrow>s, support more commands.milde2021-05-202-0/+6
* MathML: Use large operators and fix alignment in "math" blocks.milde2021-05-202-1/+12
* html5 writer: support field lists with custom indent.milde2021-05-202-17/+31
* Write footnote brackets and field term colons to HTML.milde2021-05-203-38/+29
* LaTeX writer: support additional literal comparison characters.milde2021-05-201-13/+17