Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mitar/cmsplugin-markup

Extendable markup content plugin for Django CMS.
https://github.com/mitar/cmsplugin-markup

Last synced: 1 day ago
JSON representation

Extendable markup content plugin for Django CMS.

Awesome Lists containing this project

README

        

cmsplugin-markup
================

An extendable markup content plugin for `Django CMS`_. It allows you to use
various markup languages for content. It is extendable through its own markup
plugin system so additional markup languages can be supported. By default it
supports Markdown_, reST_, Textile_ and Creole_ markup languages.

.. _Django CMS: https://www.django-cms.org/
.. _Markdown: http://daringfireball.net/projects/markdown/
.. _reST: http://docutils.sourceforge.net/rst.html
.. _Textile: http://textile.sitemonks.com/
.. _Creole: https://code.google.com/p/python-creole/

There is also a `html` dummy plugin, to add html code directly into a cms page.

Documentation is found at:

http://cmsplugin-markup.readthedocs.org/