A very basic regex-based Markdown parser. Supports the
following elements (and can be extended via Slimdown::add_rule()):
- Headers
- Links
- Bold
A very basic regex-based Markdown parser. Supports the
following elements (and can be extended via Slimdown::add_rule()):
| #!/usr/bin/env python | |
| # -*- coding: utf-8 -*- | |
| """ | |
| Frédéric Grosshans, 19 January 2012 | |
| Nathan R. Yergler, 6 June 2010 | |
| This file does not contain sufficient creative expression to invoke | |
| assertion of copyright. No warranty is expressed or implied; use at | |
| your own risk. |