summaryrefslogtreecommitdiff
path: root/docutils/writers/html4css1
Commit message (Expand)AuthorAgeFilesLines
* Fix ticket [ patches/147 ] code duplication.milde2018-11-291-5/+2
* Fix :width: option for the table directives.milde2017-10-191-1/+4
* Drop compatibility code for Python 2.4 and 2.5.milde2017-08-111-3/+2
* Replace untranslable term "sollbruchstelle" with English approximation.milde2017-02-131-1/+1
* Apply [ 125 ] respect automatic table column sizing also in html4css1.milde2017-02-131-28/+30
* HTML writers: Outsourcing of common code to _html_base.py.milde2016-11-291-1023/+76
* Rename html_plain writer to html5_polyglott.milde2016-08-181-1/+1
* Implement feature request [ 48 ]milde2016-07-262-4/+20
* Use https in default MathJax URL (report Alan G Isaac).milde2016-05-241-2/+2
* Rename html_base writer to html_plain, move xhtml11 writer back to sandbox.milde2015-08-121-1/+1
* Do not use <sup> and <sub> tags inside <pre> (parsed-literal blocks).milde2015-03-302-6/+28
* HTML4 writer: Wrap literal blocks in a <span> to support sub- and superscript milde2015-03-261-0/+2
* Small fixes to the writer aliases, supported formats, and front-end tools.milde2015-03-171-1/+1
* Fix setup.py and tests after addition of writers/html_base and mv of math.css.milde2015-03-101-1/+6
* New basic HTML writer: generates polyglott HTML 5 / XHTML 1.1 (transitional)milde2015-03-101-276/+0
* New CSS 2.1 style-sheet for xhtml11 writer.milde2015-03-061-5/+9
* Make the insertion of "admonition" class in the HTML writermilde2015-02-271-0/+1
* Fix [ 266 ] creating labels/class values in description list items.milde2015-02-261-1/+7
* Wrap SVG images in <img> tags not <object>.milde2015-02-231-9/+12
* New HTML writer generating `XHTML1.1`_ styled with CSS2.milde2015-02-211-3/+3
* Apply patch [ 119 ] by Anatoly Techtonikmilde2015-02-191-6/+3
* Add "docutils" to class values for "container" object to address [ 267 ].milde2015-02-161-1/+1
* Fix [258] figwidth="image" generates unitless width value.milde2014-06-241-2/+2
* Do not add newline after inline math (produces unwanted whitespace).milde2014-05-281-2/+4
* Avoid repeated class declarations in html4css1 writermilde2013-05-071-11/+12
* Bugfix: do not make "stylesheet-path"s absolute.milde2013-03-151-2/+0
* New default for `math-output` setting: "HTML math.css".milde2013-03-041-7/+14
* Small fixes to math-output=HTML.milde2013-03-021-3/+5
* New setting `stylesheet_dirs`.milde2013-03-021-14/+21
* "Booktabs" table style for html4css1.milde2013-02-211-0/+15
* Fix [ 3600051 ] for tables in a list, table cells are not compacted.milde2013-01-211-7/+10
* Code cleanup and test html math output options.milde2012-10-251-7/+5
* Customizable MathJax URL (based on patch by Dmitry Shachnev).milde2012-10-181-12/+16
* Use validate_comma_separated_string_list for stylesheet setting.milde2012-10-121-3/+12
* Change default of "syntax highlight" option to "long", milde2012-09-141-8/+9
* Simplify handling of "code" inline nodes.milde2012-09-121-5/+3
* Use ``<code>`` tag for inline "code", do not drop nested inline nodes (syntax...milde2012-09-121-5/+17
* Fix import of PIL.Image.milde2012-09-121-2/+8
* io.FileInput/io.FileOutput: no system-exit on IOError.milde2012-06-251-2/+1
* math, error_reporting, and urischemes moved to the utils package. milde2012-06-251-4/+4
* Basic CSS rules for (source)code (margin, background, linenumbers).milde2012-05-111-1/+9
* Revert "io.FileInput/io.FileOutput: No system-exit on IOError."milde2012-01-271-1/+2
* io.FileInput/io.FileOutput: No system-exit on IOError.milde2012-01-261-2/+1
* Cleanup: Use True/False for boolean valuesmilde2012-01-191-28/+27
* Fix handling of missing stylesheets. Updated and simplied tests.milde2012-01-191-14/+25
* Clean up record_dependencies feature.milde2011-12-141-12/+22
* Change HTML math-output default to MathJaxmilde2011-11-251-2/+2
* Use LaTeX math to Unicode character conversions milde2011-11-081-2/+3
* math updatemilde2011-06-291-3/+5
* Wrap MathML in <div> or <span> milde2011-06-291-12/+10