diff --git a/README.md b/README.md index 188c814..85b559c 100755 --- a/README.md +++ b/README.md @@ -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