summaryrefslogtreecommitdiff
path: root/doc/extdev/markupapi.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/extdev/markupapi.rst')
-rw-r--r--doc/extdev/markupapi.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/extdev/markupapi.rst b/doc/extdev/markupapi.rst
index 3c09687eb..577a39e0d 100644
--- a/doc/extdev/markupapi.rst
+++ b/doc/extdev/markupapi.rst
@@ -55,7 +55,7 @@ using :meth:`.Sphinx.add_directive` or :meth:`.Sphinx.add_directive_to_domain`.
.. attribute:: arguments
The arguments given to the directive, as a list.
-
+
.. attribute:: options
The options given to the directive, as a dictionary mapping option names
@@ -82,7 +82,7 @@ using :meth:`.Sphinx.add_directive` or :meth:`.Sphinx.add_directive_to_domain`.
Internal offset of the directive content. Used when calling
``nested_parse`` (see below).
-
+
.. attribute:: block_text
The string containing the entire directive.