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
- Host: GitHub
- URL: https://github.com/slok/markdownex
- Owner: slok
- Created: 2011-08-23T10:49:53.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-08-23T12:26:30.000Z (about 14 years ago)
- Last Synced: 2025-02-16T07:55:25.975Z (8 months ago)
- Language: Python
- Homepage:
- Size: 105 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)