summaryrefslogtreecommitdiff
path: root/docutils
Commit message (Expand)AuthorAgeFilesLines
* release 0.17grubert2021-04-031-4/+4
* Documentation update.milde2021-03-261-2/+2
* Style ToC in HTML5 writer.milde2021-03-262-22/+34
* Escape newlines in filenames when reporting an error.milde2021-03-202-8/+10
* HTML5 writer: support <video>.milde2021-03-201-0/+37
* Update comments and advertised future changes.milde2021-03-202-17/+16
* Fixup for r8636: use <small> for line numbers.milde2021-03-201-6/+9
* HTML5: Place code-block line numbers in pseudo-elements.milde2021-03-195-7/+17
* HTML5 stylesheet update and cleanup. Class value for documents with ToC.milde2021-03-195-241/+206
* Update "responsive" HTML5 style sheet.milde2021-03-091-42/+29
* HTML5 writer: Add a `viewport` meta tag to fix rendering in mobile browsers.milde2021-03-093-5/+11
* New responsive style for HTML5.milde2021-03-051-0/+446
* Simplify default HTML5 stylesheet.milde2021-03-051-16/+12
* latex-writer: add \\leavevmode after term or field name if required.milde2021-02-181-4/+32
* HTML5 writer: use "figcaption" only for captions nested in a figure.milde2021-02-131-4/+5
* Update planned changes for HTML5 writer.milde2021-02-131-1/+4
* Small fixes and tweaks in the "minimal" HTML5 style sheet.milde2021-02-131-26/+21
* Improve/Fix the "tuftig" HTML5 style sheet.milde2021-02-131-412/+394
* Fix class value handling for footnotes and citations in HTML5.milde2021-02-131-11/+10
* version 0.17b2.devgrubert2021-02-101-3/+3
* Set version 0.17b1grubert2021-02-101-3/+3
* Support "captionbelow" class value for tables in HTML5.milde2021-01-261-2/+6
* Revert "html5 writer: wrap image elements in <p> unless inline or in figure."milde2021-01-262-39/+9
* Support the "meta" directive in LaTeX.milde2021-01-111-4/+15
* ODF writer: support "subject" metadata field.milde2021-01-111-4/+3
* Fix/improve "odf" writer metadata handling.milde2021-01-081-28/+18
* Make "meta" elements available for "latex" and "odt".milde2021-01-084-24/+19
* Small fixes.milde2021-01-082-21/+20
* Apply patch #177 Arabic mappings by Shahin.milde2021-01-032-0/+163
* Update pygments integration.milde2021-01-031-6/+1
* Don't drop "code" directive content if Warnings are silenced.milde2020-12-162-3/+7
* New directive option "parser" for the "include" directive.milde2020-12-152-1/+27
* Merge adjoining <Text> nodes in recommonmark post-processing.milde2020-12-151-5/+11
* Fix typo in option help string.milde2020-12-151-1/+1
* New option "detailled" for the `pseudoxml` writer.milde2020-12-152-1/+17
* Fix LaTeX code for system messages.milde2020-12-142-4/+7
* Fix bug #410 The 'document' attribute is None for many nodes.milde2020-12-091-6/+19
* Small fixes.milde2020-12-092-5/+7
* Add support for Markdown.milde2020-12-012-2/+139
* Sort/update writer alias names.milde2020-12-011-4/+11
* Documentation update.milde2020-12-013-7/+7
* Do not write Docutils-generated ToC, when ``use_latex_toc`` is True.milde2020-12-011-0/+2
* Implement feature request #40 Option to embed images as data URI.milde2020-11-273-16/+50
* Apply patch #175 "Fix alignment of nested tables".milde2020-11-251-6/+17
* Add backslash in docstringgrubert2020-11-231-1/+1
* Fix bug #408 Incorrect assert in latex writer for multiple citation references.milde2020-10-281-2/+2
* Apply patch #174 Lowercase new role names on registrationmilde2020-10-281-2/+2
* Apply patch #173 by John Thorvald Wodder II.milde2020-10-271-1/+9
* Limit length of input lines and substitution expansion.milde2020-09-144-6/+30
* Prevent circular inclusionmilde2020-09-102-1/+30