Update doc

This commit is contained in:
elapouya 2018-12-05 09:14:55 +01:00
parent 0382ece29d
commit cd89aa33aa

View File

@ -104,6 +104,11 @@ Note the ``r`` right after the openning braces.
without variable specified. Nevertheless, you can use a bigger variable name starting without variable specified. Nevertheless, you can use a bigger variable name starting
with 'r'. For example ``{{render_color}}`` will be interpreted as ``{{ render_color }}`` not as ``{{r ender_color}}``. with 'r'. For example ``{{render_color}}`` will be interpreted as ``{{ render_color }}`` not as ``{{r ender_color}}``.
**IMPORTANT** : Do not use 2 times ``{{r`` in the same run. Use RichText.add()
method to concatenate several strings and styles at python side and only one
``{{r`` at template side.
Cell color Cell color
.......... ..........