From 8afc57adb7c2e74fc82f25a5ff33eb178ba0aeba Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Fri, 3 Apr 2015 09:48:15 -0400 Subject: [PATCH] Experiment with footnotes [ci skip] I can't seem to find a compiler for markdown that works like GitHub so I'm making a branch to experiment. Also want to discuss some of the releasing practices in a PR. --- RELEASING.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/RELEASING.md b/RELEASING.md index eb463742b..089c6b7a4 100644 --- a/RELEASING.md +++ b/RELEASING.md @@ -78,3 +78,9 @@ make sdistup * [ ] Retrieve the OS X Wheels from Rackspace files, upload to PyPi (Twine?) * [ ] Grab Windows binaries, `twine upload dist/*.[whl|egg]`. Manually upload .exe installers. * [ ] Announce release availability. [Twitter](https://twitter.com/pythonpillow), web. + + +Footnotes[^1] have a label[^@#$%] and the footnote's content. + +[^1]: This is a footnote content. +[^@#$%]: A footnote on the label: "@#$%".