mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-05-17 17:21:05 +00:00
README.md update
This commit is contained in:
parent
980a322f7a
commit
be27e81f01
1 changed files with 15 additions and 1 deletions
16
README.md
16
README.md
|
|
@ -7,7 +7,21 @@
|
|||
[](https://www.djangoproject.com/)
|
||||
[](https://pypi.python.org/pypi/django-markdownx/)
|
||||
|
||||
Django Markdownx is a Markdown editor built for Django. It enables raw editing, live preview and image uploads (stored locally in `MEDIA` folder) with drag&drop functionality and auto tag insertion.
|
||||
**django-markdownx** is a Markdown editor built for Django.
|
||||
|
||||
**Key features**:
|
||||
|
||||
* raw editing,
|
||||
* live preview,
|
||||
* drag&drop image uploads (stored locally in `MEDIA` folder),
|
||||
* customizable image insertion tag,
|
||||
* image filtering using content types and max file size,
|
||||
* image manipulations (compression, size, cropping),
|
||||
* pre- & post- text altering,
|
||||
* easy template customization for layout purposes,
|
||||
* Django Admin support
|
||||
|
||||
**Preview**:
|
||||
|
||||

|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue