# Using Markdown in Django

DevFeed: [Using Markdown in Django](<https://devfeed.tech/articles/using-markdown-in-django-33897.md>)

Original publisher: [Read original article](<https://hakibenita.com/django-markdown>)

Author: Haki Benita

Published: 2020-03-29T21:00:00Z

Content type: article

Language: en

Sources: [Haki Benita](<https://devfeed.tech/sources/haki-benita.md>)

Topics: [Markdown](<https://devfeed.tech/topics/markdown.md>), [Wagtail](<https://devfeed.tech/topics/wagtail.md>), [Python](<https://devfeed.tech/topics/python.md>)

Tags: [articles](<https://devfeed.tech/tags/articles.md>), [content](<https://devfeed.tech/tags/content.md>), [django](<https://devfeed.tech/tags/django.md>), [extension](<https://devfeed.tech/tags/extension.md>), [markdown](<https://devfeed.tech/tags/markdown.md>), [python](<https://devfeed.tech/tags/python.md>), [sites](<https://devfeed.tech/tags/sites.md>)

## AI overview

The article explains how a Markdown extension was developed to manage content in Django sites. It addresses internal links, portability between environments, invalid links, and the needs of non-technical writers.

## Source excerpt

How we developed a Markdown extension to manage content in Django sites.