From 70fb50ae446436234fc04100c65fe0ad0917b582 Mon Sep 17 00:00:00 2001 From: Markus Reichelt Date: Mon, 11 Feb 2013 14:52:45 -0600 Subject: python/Markdown: Added (Python implementation of Markdown) Signed-off-by: Erik Hanson --- python/Markdown/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/Markdown/README (limited to 'python/Markdown/README') 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. -- cgit v1.2.3