django-markdownx/markdownx
Aymeric Augustin 2ba01376a7 Make rendering the markdown actually abstractable.
Even after e35c1aa0c4, `MarkdownifyView`
is still hardcoded to call `markdownx.utils.mardownify`, regardless of
the value of `MARKDOWNX_MARKDOWNIFY_FUNCTION`. This commit calls the
function designated by that setting instead.
2016-04-30 16:16:40 +02:00
..
locale Works for 1.0 version 2015-09-06 20:46:46 +02:00
static/markdownx Maintenance 2016-02-12 17:44:02 +01:00
templates/markdownx Works for 1.0 version 2015-09-06 20:46:46 +02:00
tests travis 2015-09-30 12:51:07 +02:00
__init__.py Init 2014-11-01 22:02:31 +01:00
admin.py Works for 1.0 version 2015-09-06 20:46:46 +02:00
fields.py Fix #16 - support for subclasses of MarkdownxWidget in the MarkdownxFormField 2016-02-12 09:39:20 +01:00
forms.py Fix accessing file length in python3 2015-10-19 18:44:58 +04:00
models.py Works for 1.0 version 2015-09-06 20:46:46 +02:00
settings.py Description fix 2016-02-12 14:18:11 +01:00
urls.py v0.2.9 2014-11-12 16:04:21 +01:00
utils.py [Closes #15] Make rendering the markdown abstractable 2016-02-12 14:01:59 +01:00
views.py Make rendering the markdown actually abstractable. 2016-04-30 16:16:40 +02:00
widgets.py Fixes issue #12: Ability to change the url of imageupload in settings 2015-12-01 00:59:43 +01:00