mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-04-19 04:31:02 +00:00
Image preview
This commit is contained in:
parent
88db509bac
commit
bcfa38b593
1 changed files with 4 additions and 2 deletions
|
|
@ -4,9 +4,11 @@
|
|||
|
||||
# django-markdownx
|
||||
|
||||
> Django Markdownx is a markdown editor built for Django.
|
||||
Django Markdownx is a markdown editor built for Django.
|
||||
|
||||
> It is simply an extension of the Django's Textarea widget made for editing Markdown with a live preview. It also supports uploading images with drag&drop functionality and auto tag insertion. Preview pane is rendered (for now only) with [Marked](https://github.com/chjj/marked) – JS Markdown compiler.
|
||||
It is simply an extension of the Django's Textarea widget made for editing Markdown with a live preview. It also supports uploading images with drag&drop functionality and auto tag insertion. Preview pane is rendered (for now only) with [Marked](https://github.com/chjj/marked) – JS Markdown compiler.
|
||||
|
||||

|
||||
|
||||
## Quick Start
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue