Introduction
This post just tests the CSS and code formatting on this site.
Code & syntax highlighting
This is a test for code blocks and syntax highlighting. It's some sample code
for a simple Flask route.
@app.route("/")
def index():
return "This is the homepage"
# some snippet of python
Read more