summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-09-11 11:17:44 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-09-11 11:17:44 +0000
commit056ae3dc29704c71a939fe7d5d6d68e9dd58811f (patch)
treec8124e83316b65fd0d32e0a2cea48a75c713a99e /docs/ref
parent1e4a4b82244ff9b35ec85d6be887ecd42824094d (diff)
downloaddocutils-056ae3dc29704c71a939fe7d5d6d68e9dd58811f.tar.gz
Add "class" option to "raw" directive.
Classe values may already be specified via a preceding "class" directive. This commit provides the concise alternative known from other directives. git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8821 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/rst/directives.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/ref/rst/directives.txt b/docs/ref/rst/directives.txt
index 203a9d345..215ac76df 100644
--- a/docs/ref/rst/directives.txt
+++ b/docs/ref/rst/directives.txt
@@ -1484,7 +1484,7 @@ Raw Data Pass-Through
:Directive Type: "raw"
:Doctree Element: raw_
:Directive Arguments: One or more, required (output format types).
-:Directive Options: Possible.
+:Directive Options: Possible (see below).
:Directive Content: Stored verbatim, uninterpreted. None (empty) if a
"file" or "url" option given.
:Configuration Setting: raw_enabled_
@@ -1554,6 +1554,9 @@ The following options are recognized:
The text encoding of the external raw data (file or URL).
Defaults to the document's encoding (if specified).
+and the common option `:class:`_.
+
+
.. _"raw" role: roles.html#raw