diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2015-02-21 16:59:18 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2015-02-21 16:59:18 +0000 |
| commit | fab8c2b8d768ff4784111e6549cf3828090216d2 (patch) | |
| tree | 60023e26715385e894182185c22d9eb1cdd07367 /setup.py | |
| parent | f608434f5f83d882f69fa0e5a0c19fcd8078fcea (diff) | |
| download | docutils-fab8c2b8d768ff4784111e6549cf3828090216d2.tar.gz | |
New HTML writer generating `XHTML1.1`_ styled with CSS2.
Moved to the docutils core from sandbox/html4strict.
.. _XHTML1.1: http://www.w3.org/TR/xhtml11/
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk/docutils@7798 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -135,7 +135,7 @@ what-you-see-is-what-you-get plaintext markup syntax.""", # wrap at col 60 'docutils.utils.math', 'docutils.writers', 'docutils.writers.html4css1', - # 'docutils.writers.html4strict', # in the sandbox! + 'docutils.writers.xhtml11', 'docutils.writers.pep_html', 'docutils.writers.s5_html', 'docutils.writers.latex2e', |
