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

https://github.com/slok/markdownex

Django web (demo) that renders Markdown sintax
https://github.com/slok/markdownex

Last synced: 2 months ago
JSON representation

Django web (demo) that renders Markdown sintax

Awesome Lists containing this project

README

          

Markdownex (Markdown example)
============================

Description
-----------

Markdownex is a web made in Django that renders [Markdown](http://daringfireball.net/projects/markdown/) syntax. Is a demo to demonstrate the power of the markdown and pygments extension in django. The ui is made with the recent
oppened css from twitter: [bootstrap](http://twitter.github.com/bootstrap/). You can view the project running [here](http://sx267.o1.gondor.io/)

Dependencies
------------
* [Django](https://www.djangoproject.com/)
* [Python-markdown](http://www.freewisdom.org/projects/python-markdown/)
* [Pygments](http://pygments.org/)

License
-------

[GNU GPL v3](http://www.gnu.org/licenses/gpl-3.0.html)