FabriceSalvaire / cmsplugin-markup-language

Markup language (RST) plugin for Django CMS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

image

image

image

image

Django CMS Markup Language Plugin

A plugin for Django CMS, which renders restructured text into html, using docutils.

Installation

This plugin requires django CMS 3.0.12 or higher to be properly installed.

  • Within your virtualenv run pip install cmsplugin-markup-language
  • Add 'cmsplugin_markup_language' to your INSTALLED_APPS setting.
  • Run manage.py migrate cmsplugin_markup_language.

Usage

TBD

About

Markup language (RST) plugin for Django CMS

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 99.6%Language:HTML 0.4%