Metadata-Version: 1.1
Name: django-markdownx
Version: 2.0.28
Summary: A comprehensive Markdown editor built for Django.
Home-page: https://github.com/neutronX/django-markdownx
Author: Adi, Pouria Hadjibagheri
Author-email: UNKNOWN
License: BSD
Description-Content-Type: UNKNOWN
Description: ================
        Django MarkdownX
        ================
        
        |PyPi_Version| |PyPi_Status| |Build_Status| |Format| |Supported_versions_of_Python| |Supported_versions_of_Django| |License|
        
        Django MarkdownX is a comprehensive Markdown_ plugin built for Django_, the renowned high-level Python web framework, with flexibility, extensibility, and ease-of-use at its core.
        
        Documentation
        =============
        https://neutronx.github.io/django-markdownx/
        
        
        Key features
        ============
        
        * Raw editing.
        * Live preview.
        * Drag & drop image uploads (automatically stored in the designated location in the *Media* directory).
        * Customizable image insertion tag.
        * Definition of maximum size for an image.
        * Definition of acceptable image formats (PNG, JPEG, SVG).
        * Image manipulations (compression, size reduction, cropping, upscaling).
        * Pre- and post- text modification.
        * Easy template customization, layout modification, and personalization.
        * Multiple editors per page.
        * Django Admin support.
        
        Preview
        =======
        
        .. image:: https://github.com/neutronX/django-markdownx/raw/master/django-markdownx-preview.gif?raw=true
           :target: https://github.com/neutronX/django-markdownx
           :align: center
           :alt: django-markdownx preview
        
        *(using Bootstrap for layout and styling)*
        
        .. _Markdown: https://en.wikipedia.org/wiki/Markdown
        .. _Django: https://www.djangoproject.com
        
        .. |PyPi_Version| image:: https://img.shields.io/pypi/v/django-markdownx.svg
        .. |PyPi_Status| image:: https://img.shields.io/pypi/status/django-markdownx.svg
        .. |Build_Status| image:: https://img.shields.io/travis/neutronX/django-markdownx.svg
        .. |Format| image:: https://img.shields.io/pypi/format/django-markdownx.svg
        .. |Supported_versions_of_Python| image:: https://img.shields.io/pypi/pyversions/django-markdownx.svg
        .. |Supported_versions_of_Django| image:: https://img.shields.io/badge/Django-1.8,%201.9,%201.10,%201.11,%202.0,%202.1-green.svg
        .. |License| image:: https://img.shields.io/pypi/l/django-markdownx.svg
        
Keywords: django markdown markdownx django-markdownx editor image upload drag&drop ajax
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Environment :: Plugins
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.1
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: JavaScript
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: JavaScript
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Text Processing :: Markup
Classifier: Topic :: Text Editors :: Text Processing
Classifier: Topic :: Text Editors :: Word Processors
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Multimedia :: Graphics :: Presentation
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Site Management
