Skip to main content

A reusable Django app with some useful markdown utilities.

This should mainly serve as an alternative to the django.contrib.markup module which has been removed in Django 1.5.

Installation

To get the latest stable release from PyPi

pip install django-markdown-utils

To get the latest commit from GitHub

pip install -e git+git://github.com/bitmazk/django-markdown-utils.git#egg=markdown_utils

TODO: Describe further installation steps (edit / remove the examples below):

Add markdown_utils to your INSTALLED_APPS

INSTALLED_APPS = (
    ...,
    'markdown_utils',
)

Before your tags/filters are available in your templates, load them by using

{% load markdown_utils_tags %}

Templatetags

render_markdown

Usage:

{% render_markdown some_text as markdown_text %}
{% render_markdown some_text is_safe=True as markdown_text %}
{{ markdown_text }}

Renders some given Markdown text to it’s HTML representation.

Contribute

If you want to contribute to this project, please perform the following steps

# Fork this repository
# Clone your fork
mkvirtualenv -p python2.7 django-markdown-utils
make develop

git co -b feature_branch master
# Implement your feature and tests
git add . && git commit
git push -u origin feature_branch
# Send us a pull request for your feature branch

Release files for django-markdown-utils 0.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for django-markdown-utils 0.1
File Size Uploaded
django-markdown-utils-0.1.tar.gz 7.8 kB Details

Release files / django-markdown-utils-0.1.tar.gz

Download URL django-markdown-utils-0.1.tar.gz
Size 7.8 kB
Tags Source
SHA-256 checksum
How to use checksums
2b690d973afd8fe0adb5836a40c89bf4b757d74edb2379f5814c5b8558071f87
BLAKE2b-256 checksum
How to use checksums
0e590352730aa01eefade28d4319e84369a7bd4ae3445a1395ea050e7f257187
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.1 This release

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page