This is a Flask extension for adding blog support to your site using Markdown. Please see Flask-Blogging documentation for more details.
Check the quickstart example for the latest documentation.
Install the extension with the following commands:
$ easy_install flask-blogging
or alternatively if you have pip installed:
$ pip install flask-blogging
- Flask
- SQLAlchemy
- Flask-Login
- Flask-Principal
- Flask-WTF
- Markdown
- Bootstrap
- Bootstrap-Markdown
- Markdown-js