Django Markdown Deux

screenshot of Django Markdown Deux

A django app that provides Markdown-related template tags using the python-markdown2 library.

Product Analysis: Django Markdown Deux

Overview:

Django Markdown Deux is a small Django app that provides template tags for using Markdown using the python-markdown2 library. It offers a unique approach by allowing for the customization of Markdown options using styles.

Features:

  • Customizable Markdown styles: Allows users to define their own styles for Markdown processing.
  • Template tags: Provides template tags for using Markdown in Django templates.
  • Markdown filter and block tag: Offers a filter and block tag for Markdown processing in templates.
  • Markdwon_allowed template tag: Generates a short HTML blurb indicating that Markdown syntax is allowed.
  • Markdown_cheatsheet tag: Outputs HTML listing some of the more common Markdown features.
  • Markdown function in Python code: Allows Markdown processing in Python code.

Summary:

Django Markdown Deux is a Django app that enhances the functionality of Markdown in Django templates. It offers customizable Markdown options through styles and provides template tags for easy integration. With its simple installation process and versatile features, Django Markdown Deux is a valuable tool for developers working with Django and Markdown.