summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Expand)AuthorAgeFilesLines
* version 0.18grubert2021-10-261-4/+4
* Fix spellingmilde2021-10-2219-34/+34
* Fix spelling errors.milde2021-10-212-2/+2
* docutils-cli.py: Read settings from standard configuration files.milde2021-10-191-3/+3
* Test and update recommonmark_wrapper.py to work with recommonmark 0.6.0.milde2021-10-161-17/+41
* 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
* Fix bug #424 Wrong circular inclusion detection.milde2021-10-122-26/+32
* Fix a bug in nodes.document.set_name_id_map().milde2021-10-121-13/+15
* release number 0.18b2.devgrubert2021-10-051-3/+3
* Release 0.18b1grubert2021-10-051-3/+3
* Add line, source, and rawsource attributes to blockquote nodes.milde2021-10-041-3/+8
* Fix by Mickey Endito for source location (line number) of attributions.milde2021-10-041-2/+2
* 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-302-49/+90
* Unify behaviour of "widths" option.milde2021-09-241-12/+14
* Skip system_messages when propagating targets. Fixes bug #425.milde2021-09-201-34/+37
* 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-112-19/+23
* 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
* Add "class" option to "raw" directive.milde2021-09-111-2/+4
* 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-103-169/+209
* Fix bug #421 Typo in r8766milde2021-07-131-1/+1
* Small documentation fixes and additions.milde2021-07-121-8/+9
* math.css: tweak bigoperator size.milde2021-07-121-4/+5
* Math: fix some LaTeX character mappings.milde2021-07-124-83/+92
* math2html: Prefer STIX fonts for formulas.milde2021-07-122-50/+66
* math2html: make "math.css" valid CSS 2.1.milde2021-07-122-54/+25
* math2html: Improve handling of big symbols.milde2021-07-122-51/+64
* math2html: support decorations under base character.milde2021-07-122-59/+86
* math2html: support small symbols, refactor math accent handling.milde2021-07-122-80/+60
* Major rework of math2html converter.milde2021-07-122-2517/+348
* 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
* Do not use deprecated "rawsource" argument when creating node.Text instances.milde2021-06-305-14/+10
* Update TODO documentation.milde2021-06-261-9/+8
* HTML5: update/simplify style filesmilde2021-06-254-26/+25