Metadata-Version: 2.0
Name: deform-markdown
Version: 0.2.1
Summary: Deform widget using 'simplemde' markdown editor to edit TextArea fields.
Home-page: https://github.com/liqd/deform_markdown
Author: Joscha Krutzki
Author-email: joka@jokasis.de
License: ISCL
Keywords: deform_markdown
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: ISC License (ISCL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: deform

===============================
Markdown Widget for Deform
===============================

.. image:: https://img.shields.io/pypi/v/deform_markdown.svg
        :target: https://pypi.python.org/pypi/deform_markdown

.. image:: https://img.shields.io/travis/liqd/deform_markdown.svg
        :target: https://travis-ci.org/liqd/deform_markdown

.. image:: https://readthedocs.org/projects/deform_markdown/badge/?version=latest
        :target: https://readthedocs.org/projects/deform_markdown/?badge=latest
        :alt: Documentation Status


Deform widget using "simple-markdown-editor" to edit TextArea fields.

* Free software: ISC license
* Documentation: https://deform_markdown.readthedocs.org.

Features
--------

* TODO

Credits
---------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.2.1 (2016-06-05)
------------------

* Fix: wrong repro name in travis config

0.2.0 (2016-06-05)
------------------

* inital release


