Update README.md

This commit is contained in:
adi 2014-11-03 18:42:19 +01:00
parent bcfa38b593
commit cc5f65fc43

View file

@ -8,6 +8,7 @@ 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.
Example (side-by-side editor and preview using Bootstrap's grid system):
![Example](http://quaintworks.com/django-markdownx-preview.png)
## Quick Start