Metadata-Version: 1.1
Name: django-markdownify
Version: 0.2.1
Summary: Markdown template filter for Django.
Home-page: https://github.com/RRMoelker/django-markdownify
Author: R Moelker, Erwin Matijsen
Author-email: erwin@evosites.nl
License: MIT
Download-URL: https://github.com/RRMoelker/django-markdownify/archive/0.2.0.tar.gz
Description: Django Markdown filter
        ======================
        Template filter to convert Markdown to HTML in Django.
        Markdown is converted to HTML and sanitized.
        
        It is a replacement for the deprecated django-markup-deprecated_.
        It depends on markdown_ and bleach_.
        
        Documentation and source can be found on github_.
        
        .. _django-markup-deprecated: https://pypi.python.org/pypi/django-markup-deprecated
        .. _markdown: https://pypi.python.org/pypi/Markdown
        .. _bleach: https://pypi.python.org/pypi/bleach
        .. _github: https://github.com/RRMoelker/django-markdownify
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
