summaryrefslogtreecommitdiff
path: root/Markdown/README
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-11-30 08:58:11 +0100
committerEugen Wissner <belka@caraus.de>2020-11-30 08:58:11 +0100
commitb5fbc145ae5c0ff561a2f8e8177d79c948bd794b (patch)
treeeb86aacd6e476ec5fd74046797fb8db00b1b5f1f /Markdown/README
parent8a97e33b589a1faa948fa99fadf1bb605223ce38 (diff)
downloadslackbuilder-b5fbc145ae5c0ff561a2f8e8177d79c948bd794b.tar.gz
Markdown: Added
Diffstat (limited to 'Markdown/README')
-rw-r--r--Markdown/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/Markdown/README b/Markdown/README
new file mode 100644
index 0000000..abac921
--- /dev/null
+++ b/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.