diff options
author | Georg Brandl <georg@python.org> | 2008-11-08 12:11:17 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-11-08 12:11:17 +0100 |
commit | f450ab18dfc56f7288c0de792a2ae6b663d21dca (patch) | |
tree | a3d6acb01383d61ea8f52e6500ac45ff659b1ffb /doc | |
parent | 496e89c09d857ce48245a573f30b4df0507986c1 (diff) | |
download | sphinx-f450ab18dfc56f7288c0de792a2ae6b663d21dca.tar.gz |
Add note about inline markup nesting.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rest.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/rest.rst b/doc/rest.rst index 8573430f..eb2a8a14 100644 --- a/doc/rest.rst +++ b/doc/rest.rst @@ -312,4 +312,7 @@ There are some problems one commonly runs into while authoring reST documents: separated from the surrounding text by non-word characters, you have to use a backslash-escaped space to get around that. +* **No nested inline markup:** Something like ``*see :func:`foo`*`` is not + possible. + .. XXX more? |