summaryrefslogtreecommitdiff
path: root/docutils/test/functional
Commit message (Expand)AuthorAgeFilesLines
...
* LaTeX writer: New algorithm for table colum widths. Fixes bug #422.milde2021-09-306-174/+208
* Minor test fixes.milde2021-09-205-47/+20
* LaTeX writer: Update tests after r8826milde2021-09-113-3/+0
* LaTeX writer: revise Docutils-generated table of contentsmilde2021-09-111-16/+32
* LaTeXwriter: small fixes.milde2021-09-113-6/+0
* LaTeX writer: code cleanup and small fixes.milde2021-09-114-4/+153
* Fix #423 Code blocks in sidebars cause LaTeX errors.milde2021-09-076-14/+73
* Update functional test for LaTeX corner cases.milde2021-08-116-1098/+603
* LaTeX writer: Simpler LaTeX code.milde2021-08-104-22/+22
* MathML: fixes and additions.milde2021-08-108-42/+45
* Update SVG image samples and tests.milde2021-07-192-99/+59
* Simplify functional test settings_overrides.milde2021-07-196-18/+17
* Math: fix some LaTeX character mappings.milde2021-07-121-1/+1
* math2html: Prefer STIX fonts for formulas.milde2021-07-123-19/+19
* math2html: Improve handling of big symbols.milde2021-07-121-4/+4
* math2html: support decorations under base character.milde2021-07-121-4/+4
* math2html: support small symbols, refactor math accent handling.milde2021-07-121-6/+6
* Major rework of math2html converter.milde2021-07-123-20/+20
* HTML5: add self-link after section headings (feature request #28).milde2021-07-054-16/+17
* HTML5: small tweaksmilde2021-07-059-137/+205
* HTML5: Improve accessibility of section headings.milde2021-06-309-132/+186
* Reorganise functional tests.milde2021-06-3019-2501/+1043
* HTML5: Support details disclosure elementsmilde2021-06-302-55/+93
* HTML5: ARIA roles for citations and citation-references.milde2021-06-253-17/+21
* HTML5: More ARIA roles, more descriptive class name.milde2021-06-252-70/+70
* HTM5 Use semantic tags for topics, admontions, system-messages, and toc.milde2021-06-252-42/+42
* Code simplification in writers.milde2021-06-251-35/+35
* HTML5: Semantic markup for footnotes.milde2021-06-253-109/+212
* Change default value for the "auto_id_prefix" setting to "%".milde2021-06-181-0/+0
* Insert "meta" nodes at begin of document.milde2021-06-174-10/+10
* Make "meta" a standard node.milde2021-06-172-0/+6
* MathML: refactor and extend.milde2021-06-171-280/+232
* MathML: refactor and extend.milde2021-05-271-9/+9
* MathML: remove unrequired <mrow>s, support more commands.milde2021-05-201-93/+31
* MathML: new text_optarg(), refactor parse_latex_math(), support more TeX cmds.milde2021-05-201-9/+9
* MathML: Refactor XML output routines.milde2021-05-201-42/+146
* MathML: simplify node class interface, fix accent handling.milde2021-05-201-35/+35
* MathML: support more functions and symbols.milde2021-05-202-198/+232
* MathML update: math alphabets, tex_token(), add documentation.milde2021-05-202-17/+466
* MathML: support space commands, fix math alphabets, cleanup.milde2021-05-201-17/+23
* MathML: auxiliary TeX parsing functions, cleanup.milde2021-05-201-6/+2
* MathML: Use <mi> for captial Greek letters.milde2021-05-201-3/+3
* MathML: make delimiters "non-strechy" by default. Fixes bug #407.milde2021-05-201-17/+17
* MathML: Implement "cases" environment in latex2mathml.milde2021-05-208-109/+8
* MathML: pretty print XML.milde2021-05-201-113/+459
* MathML: Use large operators and fix alignment in "math" blocks.milde2021-05-201-25/+25
* MathML: Replace deprecated <mfenced> element.milde2021-05-201-14/+14
* MathML: First part of fix to #407.milde2021-05-202-26/+26
* html5 writer: support field lists with custom indent.milde2021-05-202-3/+26
* Write footnote brackets and field term colons to HTML.milde2021-05-202-96/+96