diff --git a/docs/index.rst b/docs/index.rst index dca6e0c..187a9d5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -96,7 +96,7 @@ As part of jinja2, one can used double braces:: {{ }} -But if ```` is an RichText object, you must specify that you are changing the actual 'run' :: +But if ```` is a RichText :ref:`RichText` object, you must specify that you are changing the actual 'run' :: {{r }} @@ -137,6 +137,7 @@ In order to display ``{%``, ``%}``, ``{{`` or ``}}``, one can use :: {_%, %_}, {_{ or }_} +.. _RichText: RichText --------