From b2de826f86ccc25c9989a398dc9135d849a376aa Mon Sep 17 00:00:00 2001 From: adi Date: Tue, 16 Dec 2014 16:16:15 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7f0c1ad..c7a77b9 100755 --- a/README.md +++ b/README.md @@ -8,7 +8,9 @@ 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** (using Bootstrap for layout and styling): +#### Preview +Preview was recorder using Bootstrap for layout and styling. + ![Example](https://dl.dropboxusercontent.com/u/2229134/django-markdownx.gif) ## Quick Start @@ -187,7 +189,3 @@ When you want to use *Bootstrap 3* and "real" side-by-side panes, just place *te ### v0.1.0 * init - -# 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. From a38e23bc71c2ebd0cf871820c4e29fb09812aebb Mon Sep 17 00:00:00 2001 From: adi Date: Tue, 16 Dec 2014 16:21:11 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7a77b9..c89290b 100755 --- a/README.md +++ b/README.md @@ -9,7 +9,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 -Preview was recorder using Bootstrap for layout and styling. +Used Bootstrap's predefined grid classes to style and align form controls. ![Example](https://dl.dropboxusercontent.com/u/2229134/django-markdownx.gif)