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.