How to Render Markdown in Flask
In this tutorial we will be learning how to render markdown in flask. There are several ways you can use to render markdown from the back-end(python side) to the front-end (html) side of your flask app. These packages include Flask-Markdown Flask-Misaka Markdown Let us start with Flask-Markdown. Using Flask Markdown Installation pip install Flask-Markdown …