A fork of Flask-Markdown whose goal, ultimately, is to be merged back into the original.
There are 4 reasons/goals for this fork.
- The original Flask-Markdown was not responding to Issues or Pull Requests.
- Ensure the repository conforms to pep8 & pep257 standards (prefering pep257 where they conflict), and to convert nose tests into pytest.
- Conform to current Flask plugins standards.
- Add in a few minor features.
- Clean up documentation and bad examples in markdown.py