~sircmpwn/sr.ht-dev

docs: Fix link to original markdown specification v1 PROPOSED

Matthias Totschnig: 1
 Fix link to original markdown specification

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~sircmpwn/sr.ht-dev/patches/3760/mbox | git am -3
Learn more about email & git

[PATCH docs] Fix link to original markdown specification Export this patch

---
 markdown/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/markdown/index.md b/markdown/index.md
index 26bc589..59c243d 100644
--- a/markdown/index.md
+++ b/markdown/index.md
@@ -1,7 +1,7 @@
Across the site, sr.ht uses a consistent Markdown syntax based on Python's
[Markdown](https://pypi.python.org/pypi/Markdown) package, which implements John
Gruber's [original Markdown
specification](https://pypi.python.org/pypi/Markdown).
specification](https://daringfireball.net/projects/markdown/).

We then post-process the HTML to strip out unwanted tags and attributes.

-- 
2.20.1
Thanks!

To man.sr.ht:root
   9db648f..12e46e8  master -> master