Metadata-Version: 1.1
Name: Flask-MDE
Version: 1.1.2
Summary: Pagedown for Flask
Home-page: https://github.com/bittobennichan/Flask-MDE
Author: Bitto Bennichan
Author-email: bittobennichan@protonmail.com
License: MIT
Description: Flask-MDE: Pagedown for Flask
        =============================
        
        Release v1.1.2 | `Example application <https://markdowneditor.pythonanywhere.com/>`_
        
        .. image:: https://img.shields.io/pypi/v/flask_mde
            :target: https://pypi.org/project/flask_mde/
            
        .. image:: https://img.shields.io/pypi/l/flask_mde
            :target: https://pypi.org/project/flask_mde/
        
        .. image:: https://img.shields.io/pypi/pyversions/flask_mde
            :target: https://pypi.org/project/flask_mde/
        
        .. image:: https://readthedocs.org/projects/flask-mde/badge/?version=latest
            :target: https://flask-mde.readthedocs.io/en/latest/?badge=latest
        
        -------------------
        
        `Pagedown <https://github.com/StackExchange/pagedown>`_ Editor with
        `Google code-prettify <https://github.com/google/code-prettify>`_ for 
        `Flask <https://palletsprojects.com/p/flask/>`_. 
        `WTForms <https://wtforms.readthedocs.io/en/stable/index.html>`_ integration supported.
        
        Pagedown is a Markdown editor and previewer popularised by its use on 
        `StackOverflow <https://stackoverflow.com/>`_. You can use the *Flask-MDE* extension 
        to integrate the Pagedown editor into your Flask application.
        
        `Read the User Guide to get started. <https://flask-mde.readthedocs.io/en/latest/user-guide.html>`_
        
Platform: any
Classifier: Environment :: Web Environment
Classifier: Framework :: Flask
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
