Skip to content

Commit

Permalink
add note, closes issue #40
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesturk committed Oct 6, 2016
1 parent 363c88f commit 3510f17
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,13 @@ Examples
)
MarkupField(markup_choices=CUSTOM_RENDERERS)

.. note::
When using ``markdown``, be sure to use ``markdown.markdown`` and not
the ``markdown.Markdown`` class, the class requires an explicit ``reset``
to function properly in some cases. (See [issue #40](https://github.com/jamesturk/django-markupfield/issues/40)
for details.)


Accessing a MarkupField on a model
----------------------------------

Expand Down

0 comments on commit 3510f17

Please sign in to comment.