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