Metadata-Version: 1.1
Name: deform-markdown
Version: 0.2.6
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
Description: ===============================
        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 simpleMDE_  to edit TextArea fields.
        
        * Free software: ISC license
        * Code: https://github.com/liqd/deform_markdown
        * 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
        .. _`simpleMDE`: https://simplemde.com
        
        
        =======
        History
        =======
        
        
        {new_version} ({now})
        ------------------
        
        * Fix again: travis deployment not working
        
        0.2.5 (2016-06-05)
        ------------------
        
        * gardening travis config
        
        0.2.4 (2016-06-05)
        ------------------
        
        * gardening docs and travis config
        
        0.2.3 (2016-06-05)
        ------------------
        
        * Fix: travis deployment not working
        
        0.2.2 (2016-06-05)
        ------------------
        
        * Fix: sphinx does not build docs
        
        0.2.1 (2016-06-05)
        ------------------
        
        * Fix: wrong repro name in travis config
        
        0.2.0 (2016-06-05)
        ------------------
        
        * inital release
        
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
