Metadata-Version: 2.1
Name: Flask-MD
Version: 0.4.1
Summary: Small extension to make using markdown easy in Flask in Python3.5+.
Home-page: http://github.com/fili/flask-markdown
Author: Dan Colish (author), B. R. Mullikin (forker), Fili Wiese (forker of forker)
Author-email: dcolish@gmail.com (author), ben@brmullikin.com (forker)
License: BSD
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE
Requires-Dist: Flask
Requires-Dist: markdown


Flask-Markdown is a markdown processing filter for Flask.

This is a maintenance fork of maintenance fork of Flask-Markdown.

This project can be found at: https://github.com/fili/flask-markdown
The original is at: http://github.com/dcolish/flask-markdown
and https://github.com/brmullikin/flask-markdown

The goal of this fork is to eventually get merged back into the original.


