summaryrefslogtreecommitdiff
path: root/docutils/docs/user
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2011-11-25 07:07:10 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2011-11-25 07:07:10 +0000
commitc9f65306ae422aa89e019955c8682eb5d998d532 (patch)
treecbfb0e5d3e32dcb4f0260c4c87b6d8a1da53855e /docutils/docs/user
parentf783146ad9a81131da42039b16831a2a34312e12 (diff)
downloaddocutils-c9f65306ae422aa89e019955c8682eb5d998d532.tar.gz
Change HTML math-output default to MathJax
Makes `standalone_rst_html4css1.html` a valid document again. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@7227 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils/docs/user')
-rw-r--r--docutils/docs/user/config.txt8
1 files changed, 5 insertions, 3 deletions
diff --git a/docutils/docs/user/config.txt b/docutils/docs/user/config.txt
index e8167d21d..b65c61eb6 100644
--- a/docutils/docs/user/config.txt
+++ b/docutils/docs/user/config.txt
@@ -89,8 +89,8 @@ underscores.
For on/off switch settings (booleans), the following values are
recognized:
-* On: "true", "yes", "on", "1"
-* Off: "false", "no", "off", "0", "" (no value)
+:On: "true", "yes", "on", "1"
+:Off: "false", "no", "off", "0", "" (no value)
List values are comma-delimited. Whitespace around list values is
stripped. ::
@@ -777,7 +777,7 @@ _`initial_header_level`
_`math_output`
The format of mathematical content (`math directive`_ and role) in
- the output document. Supported values are:
+ the output document. Supported values are (case insensitive):
:MathJax:
Format math for display with MathJax_, a JavaScript-based math
@@ -824,6 +824,8 @@ _`math_output`
The failsave fallback.
+ Default: MathJax Option: ``--math-output``.
+
New in Docutils 0.8.
.. _math directive: ../ref/rst/directives.html#math