summaryrefslogtreecommitdiff
path: root/docutils/writers/html4css1
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix math import.milde2011-06-271-4/+4
* Move from Apache 2 license to 2-Clause BSD. Solves [ 3304675 ]milde2011-06-272-6/+107
* Math directive and documentation update:milde2011-06-171-1/+1
* math support refactoring and code cleanupmilde2011-05-051-89/+66
* MathJax HTML math output optionmilde2011-04-151-5/+43
* Math support updatemilde2011-04-132-7/+43
* Document "math-output" setting, support literal LaTeX math.milde2011-01-061-9/+15
* html4css1: fix inner alignment in figuresmilde2011-01-031-1/+1
* New version of the math to HTML converter.milde2011-01-032-66/+78
* For long field names the HTML writer creates two table rows for onesmerten2010-12-131-1/+3
* Math2HTML: \\\\mathcal (or \\\\mathscr) for mathematical script, line breaksmilde2010-12-061-12/+2
* Math update, fixes and latex2html converter.milde2010-12-032-3/+163
* Update html4css1 writer, math, and functional tests.milde2010-11-251-20/+32
* Generate valid XHTML.milde2010-11-091-11/+13
* Improve HTML standard compliance.milde2010-11-051-8/+7
* Support mathematics with a "math" role and "math-block" directive.milde2010-10-251-1/+52
* Support language specification for document objects.milde2010-10-111-0/+6
* Do not fail, if the specified langauage is not supported by Docutils,milde2010-09-281-1/+1