diff options
Diffstat (limited to 'markdown/index.md')
-rw-r--r-- | markdown/index.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. |