Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hhatto/python-pegmarkdown
Python binding for PEG-markdown
https://github.com/hhatto/python-pegmarkdown
Last synced: about 1 month ago
JSON representation
Python binding for PEG-markdown
- Host: GitHub
- URL: https://github.com/hhatto/python-pegmarkdown
- Owner: hhatto
- Created: 2011-05-02T15:00:19.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-03-09T11:55:24.000Z (over 11 years ago)
- Last Synced: 2024-05-09T21:56:52.338Z (6 months ago)
- Language: C
- Homepage:
- Size: 97.7 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pegmarkdown
===========This is Python Markdown module, using [PEG-markdown][1] .
**this is trial module for benchmark of markdown libraries.**
Install
-------$ git clone git://github.com/hhatto/python-pegmarkdown.git
$ cd python-pegmarkdown
$ make build
$ python setup.py install[1]: https://github.com/jgm/peg-markdown