Skip to main content

Markdown template filter for Django.

Project description

Django Markdownify is a template filter to convert Markdown to HTML in Django. Markdown is converted to HTML and sanitized.

Example:

{% load markdownify %}
{{'Some *test* [link](#)'|markdownify }}

Is transformed to:

<p>
  Some <em>test</em> <a href="#">link</a>
</p>

The source can be found on github, the docs on Read the docs

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-markdownify-0.8.0.tar.gz (5.1 kB view details)

Uploaded Source

File details

Details for the file django-markdownify-0.8.0.tar.gz.

File metadata

File hashes

Hashes for django-markdownify-0.8.0.tar.gz
Algorithm Hash digest
SHA256 882b956052ae3142bbef00bdf9eaa58c530e4654b63d5ca0ed8a2a01b46f1ee8
MD5 73ecff69a14c2936d76013c4b0484032
BLAKE2b-256 a4f6331e0d648ebb5763e0aa7dd7a9f8901970009fced4500770b95988c68b2f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page