Metadata-Version: 1.1
Name: django-markymark
Version: 0.8.3
Summary: django-markymark provides helpers and tools to integrate markdown into your editor.
Home-page: https://github.com/moccu/django-markymark/
Author: Moccu GmbH & Co. KG
Author-email: info@moccu.com
License: Apache License (2.0)
Description: django-markymark
        ================
        
        .. image:: https://badge.fury.io/py/django-markymark.png
            :target: http://badge.fury.io/py/django-markymark
        
        .. image:: https://travis-ci.org/moccu/django-markymark.png?branch=master
            :target: https://travis-ci.org/moccu/django-markymark
        
        .. image:: https://readthedocs.org/projects/django-markymark/badge/?version=latest
            :target: http://django-markymark.readthedocs.org/en/latest/
        
        *django-markymark* provides helpers and tools to integrate markdown into your editor.
        
        .. figure:: https://django-markymark.readthedocs.org/en/latest/_static/logo.gif
        
        
        Features
        ========
        
         * Django form fields to integrate the bootstrap markdown editor (without the dependency on bootstrap)
         * `django-filer <https://github.com/stefanfoulis/django-filer>`_ integration
         * `django-anylink <https://github.com/moccu/django-anylink>`_ integration
         * Various extensions to provide `GitHub Flavored Markdown <https://help.github.com/articles/github-flavored-markdown/>`_
        
        
        Resources
        =========
        
        * `Documentation <https://django-markymark.readthedocs.org/>`_
        * `Bug Tracker <https://github.com/moccu/django-markymark/issues>`_
        * `Code <https://github.com/moccu/django-markymark/>`_
        
Keywords: markdown,django
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: Django
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
