mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-05-09 22:04:47 +00:00
Update README.md
This commit is contained in:
parent
2f77227c2f
commit
88db509bac
1 changed files with 3 additions and 3 deletions
|
|
@ -4,9 +4,9 @@
|
|||
|
||||
# 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
|
||||
|
||||
|
|
@ -150,4 +150,4 @@ It is easy customizable, i.e. when you want to use Bootstrap 3 and "real" side-b
|
|||
|
||||
# Notes
|
||||
|
||||
**django-markdownx** was inspired by great [django-images](https://github.com/mirumee/django-images) and [django-bootstrap-markdown](http://thegoods.aj7may.com/django-bootstrap-markdown/) packages.
|
||||
**django-markdownx** was inspired by great [django-images](https://github.com/mirumee/django-images) and [django-bootstrap-markdown](http://thegoods.aj7may.com/django-bootstrap-markdown/) packages.
|
||||
|
|
|
|||
Loading…
Reference in a new issue