Skip to main content

A Django template tag for rendering Markdown (by Misaka Markdown parser).

Project description

Django-Misaka

https://travis-ci.org/chiehtu/django-misaka.svg?branch=master https://coveralls.io/repos/chiehtu/django-misaka/badge.svg?branch=master Latest Version Supported Python versions License

Now this app provide template filter and tag, Misaka API is not yet available.

Installation

  1. Install from PyPI:

    pip install django-misaka
  2. Add django_misaka to your INSTALLED_APPS:

    INSTALLED_APPS = (
        ...
        'django_misaka',
    )

Usage

In your template

  • Template filter:

    {% load markdown %}
    ...
    {{ text|markdown|safe }}
  • Template tag:

    {% load markdown %}
    ...
    {% markdown %}
        ...
    {% endmarkdown %}

Change log

v0.2.1

  • Update code to work with Misaka 2.1

  • Add support for Django 1.8 to 1.10

  • Drop support for Django 1.6 and 1.7

v0.2.0

  • Add template tag.

  • Function markdown was renamed markdown_filter.

  • Update information for author (setup.py).

v0.1.0

  • First version, it’s only provides template filter.

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-misaka-0.2.1.tar.gz (3.5 kB view hashes)

Uploaded Source

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