mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-05-11 23:03:08 +00:00
* Make it possible to customize image insertion code. It can be useful to insert more that just a markdown image tag, for example to provide additional control on the layout of images. Since there's no convenient way to handle this on the JavaScript side, we generate the code to insert in Python. Then it can be overridden with the existing extensibility mechanism, that is, with a custom view. * Restore backwards-compatibility. The previous commit is backwards-incompatible for users who pointed MARKDOWNX_UPLOAD_URLS_PATH to a custom view. This commit restores backwards-compatibility with the previous API. |
||
|---|---|---|
| .. | ||
| locale | ||
| static/markdownx | ||
| templates/markdownx | ||
| tests | ||
| __init__.py | ||
| admin.py | ||
| fields.py | ||
| forms.py | ||
| models.py | ||
| settings.py | ||
| urls.py | ||
| utils.py | ||
| views.py | ||
| widgets.py | ||