{"categories":[{"label":"HTML","url":"https://skillfed.io/packages/category/text-processing-markup-html"}],"enrichment":{"capability":"A Django template filter that converts Markdown text to sanitized HTML, wrapping the markdown and bleach libraries for safe rendering in templates.","skillfed_tags":["django-templates","markdown-rendering","html-sanitization"],"use_cases":["Render user-submitted comments or forum posts as HTML while restricting dangerous tags and scripts.","Display documentation or help text written in Markdown within Django admin or frontend templates.","Convert content-managed Markdown fields (e.g., from a CMS) to HTML with site-specific tag whitelists.","Build blog or news sites where authors write in Markdown and the template layer handles HTML conversion.","Sanitize Markdown from external APIs or feeds before displaying in Django templates."],"what_it_does":"Django Markdownify is a template filter that processes Markdown syntax into HTML within Django templates, automatically sanitizing the output using bleach to prevent injection attacks. It wraps the markdown and bleach libraries, allowing you to write `{{ text|markdownify }}` in templates to render user-supplied or content-managed Markdown safely.\n\nThe package supports multiple configuration profiles, so you can define different whitelist tags and markdown extensions for different use cases\u2014for example, one profile for user comments (restrictive) and another for documentation (permissive). Settings are defined in Django's settings.py and referenced by name in templates. It has been maintained since 2016 and remains actively developed.","worth_installing":"Yes. The package is actively maintained, has low install friction, carries a permissive MIT license, and solves a common Django need\u2014rendering Markdown safely in templates. No known vulnerabilities and a stable dependency set make it a straightforward choice for projects that need template-level Markdown conversion."},"id":"django-markdownify","links":{"html":"https://skillfed.io/packages/django-markdownify","md":"https://skillfed.io/packages/django-markdownify.md","pypi":"https://pypi.org/project/django-markdownify/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-18","license_spdx":null,"license_treatment":"permissive","name":"django-markdownify","python_support":"supports_current","summary":"Markdown template filter for Django."},"popularity":{"monthly_downloads":154728,"position":10846,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.9.7"}
