Learn how to use Markdown in your Django blog posts or other places on your website.
In this tutorial, I build a very simple blog where I make it possible to use Markdown in the blog post content.
Markdown is a way to write readable content that can be converted to HTML and similar.
In this Django tutorial, I will use a Python package called "markdown" to do the magic for us. This Python package will convert Markdown to HTML.
To show the HTML safely in our blog, we use a Django filter called "safe".
---
Important links
GitHub: https://github.com/SteinOveHelset/markdownblog
Discord: https://discord.gg/GJCvwc8EGs
Patreon: https://patreon.com/codewithstein
Twitter: https://twitter.com/codewithstein
Website: https://codewithstein.com
---
#codewithstein #django #python #markdown #blog #learndjango