Add link to inline markup spec.

This commit is contained in:
Georg Brandl
2010-03-14 14:31:45 +01:00
parent 1998065b4f
commit 79f30848c2
+4 -2
View File
@@ -468,8 +468,10 @@ Gotchas
There are some problems one commonly runs into while authoring reST documents:
* **Separation of inline markup:** As said above, inline markup spans must be
separated from the surrounding text by non-word characters, you have to use
a backslash-escaped space to get around that.
separated from the surrounding text by non-word characters, you have to use a
backslash-escaped space to get around that. See `the reference
<http://docutils.sf.net/docs/ref/rst/restructuredtext.html#inline-markup>`_
for the details.
* **No nested inline markup:** Something like ``*see :func:`foo`*`` is not
possible.