Markdown: Added

This commit is contained in:
2020-11-30 08:58:11 +01:00
parent 8a97e33b58
commit b5fbc145ae
4 changed files with 124 additions and 0 deletions

4
Markdown/README Normal file
View File

@ -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.