Skip to main content

A Django template tag to convert Markdown to HTML

Project description

PyPI version Build status

Django Markdowny is a Django template tag application to convert Markdown to HTML.

Unlike other Django/Markdown filters, Markdowny supports all of the options available in Python Markdown via settings.

Install

$ pip install django-markdowny

Add to settings.py.

INSTALLED_APPS = [
    # ...
    'markdowny',
]

Usage

{% load markdowny_tags %}

{% markdowny %}
# Hello, world!
{% endmarkdowny %}

Result:

<h1>Hello, world!</h1>

Download files

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

Source Distribution

django-markdowny-0.1.1.tar.gz (3.1 MB view hashes)

Uploaded Source

Built Distribution

django_markdowny-0.1.1-py2.py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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