readme update

This commit is contained in:
Artur Barseghyan 2016-11-07 22:48:33 +01:00
parent 8e937ab0f5
commit bae4e1477a

View file

@ -31,9 +31,10 @@ Installation
``FOBI_PLUGIN_CONTENT_TEXT_`` to the desired variable name from the
above mentioned ``defaults`` module.
By default the text field is stripped (using the awesome `bleach
<https://bleach.readthedocs.io/>`_ library. To configure the strip
behaviour, two settings are introduced:
By default the text field is stripped using the either the awesome `bleach
<https://bleach.readthedocs.io/>`_ library or if bleach is not installed
just Django's own `strip_tags` function. To configure the strip behaviour,
two settings are introduced:
.. code-block:: text