diff options
author | Markus Reichelt <slackbuilds@mareichelt.de> | 2013-02-11 14:52:45 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-02-14 00:26:56 -0600 |
commit | 70fb50ae446436234fc04100c65fe0ad0917b582 (patch) | |
tree | 97588601df6f23de615c3002a8eb9a8266812132 /python/Markdown/README | |
parent | 25f372eac2fff91fd3cd40c7579c74cfdd293285 (diff) | |
download | slackbuilds-70fb50ae446436234fc04100c65fe0ad0917b582.tar.gz |
python/Markdown: Added (Python implementation of Markdown)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'python/Markdown/README')
-rw-r--r-- | python/Markdown/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/Markdown/README b/python/Markdown/README new file mode 100644 index 0000000000..abac921582 --- /dev/null +++ b/python/Markdown/README @@ -0,0 +1,4 @@ +This is a Python implementation of John Gruber's Markdown. + +It is almost completely compliant with the reference implementation, +though there are a few known issues. |