Metadata-Version: 2.1
Name: django-markdownfield
Version: 0.2.2
Summary: A markdown field.
Home-page: https://github.com/dmptrluke/django-markdownfield
Author: Luke Rogers
Author-email: lukeroge@gmail.com
License: UNKNOWN
Description: # django-markdownfield  [![PyPI](https://img.shields.io/pypi/v/django-markdownfield)](https://pypi.org/project/django-markdownfield/)
        A simple custom field for Django that can safely render Markdown and store it in the database.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
