Update README.md

This commit is contained in:
adi 2014-11-03 16:52:01 +01:00
parent 2f77227c2f
commit 88db509bac

View file

@ -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.