Merge pull request #262 from komawar/minor-ref-fix

Reference RichText section
This commit is contained in:
Eric Lapouyade 2020-04-09 14:29:02 +02:00 committed by GitHub
commit 227abbbb54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,7 +96,7 @@ As part of jinja2, one can used double braces::
{{ <var> }}
But if ``<var>`` is an RichText object, you must specify that you are changing the actual 'run' ::
But if ``<var>`` is a RichText :ref:`RichText` object, you must specify that you are changing the actual 'run' ::
{{r <var> }}
@ -137,6 +137,7 @@ In order to display ``{%``, ``%}``, ``{{`` or ``}}``, one can use ::
{_%, %_}, {_{ or }_}
.. _RichText:
RichText
--------