From 88db509bace8edf49343ad1fe3af1ada5d29858a Mon Sep 17 00:00:00 2001 From: adi Date: Mon, 3 Nov 2014 16:52:01 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9c4a285..1106fbe 100755 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +**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.