https://github.com/mitar/cmsplugin-markup
Extendable markup content plugin for Django CMS.
https://github.com/mitar/cmsplugin-markup
Last synced: 11 months ago
JSON representation
Extendable markup content plugin for Django CMS.
- Host: GitHub
- URL: https://github.com/mitar/cmsplugin-markup
- Owner: mitar
- License: other
- Created: 2013-03-29T03:00:46.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2022-01-15T12:06:01.000Z (over 4 years ago)
- Last Synced: 2024-11-22T11:22:43.494Z (over 1 year ago)
- Language: Python
- Homepage: http://cmsplugin-markup.readthedocs.org/
- Size: 140 KB
- Stars: 1
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: COPYING
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/