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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-markdownify-0.8.0.tar.gz.
File metadata
- Download URL: django-markdownify-0.8.0.tar.gz
- Upload date:
- Size: 5.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
882b956052ae3142bbef00bdf9eaa58c530e4654b63d5ca0ed8a2a01b46f1ee8
|
|
| MD5 |
73ecff69a14c2936d76013c4b0484032
|
|
| BLAKE2b-256 |
a4f6331e0d648ebb5763e0aa7dd7a9f8901970009fced4500770b95988c68b2f
|