Merge pull request #262 from komawar/minor-ref-fix
Reference RichText section
This commit is contained in:
commit
227abbbb54
@ -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
|
||||
--------
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user