From cc5f65fc430733c3ba65cbe70bcdcc45e00e9baa Mon Sep 17 00:00:00 2001 From: adi Date: Mon, 3 Nov 2014 18:42:19 +0100 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) 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