Metadata-Version: 1.1
Name: django-markdown-plus
Version: 0.8.5
Summary: Django markdown support and wysiwyg.

Home-page: https://github.com/klen/django_markdown
Author: Dong
Author-email: choubaodxs@163.com
License: GNU LGPL
Description: Django-Markdown-Plus
        ########################
        
        .. _description:
        
        Fork from django_markdown_. Support django > 2.0.
        
        .. contents::
        
        .. _requirements:
        
        Requirements
        ============
        
        - python >= 2.7
        - django >= 1.6
        - markdown
        
        
        .. _installation:
        
        Installation
        ============
        
        **Django markdown** should be installed using pip: ::
        
            pip install django-markdown-plus
        
        
        License
        =======
        
        Licensed under a `GNU lesser general public license`_.
        
        
        .. _GNU lesser general public license: http://www.gnu.org/copyleft/lesser.html
        .. _pypi: http://packages.python.org/django-markdown/
        .. _Markitup: http://markitup.jaysalvat.com/
        .. _django_markdown: https://github.com/klen/django_markdown
        .. _klen: https://github.com/klen
        .. _yavorskiy: https://github.com/yavorskiy
        
Keywords: html markdown django
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: Russian
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Code Generators
Classifier: Topic :: Text Processing :: Markup
