How do I put a hyperlink inside a list in Markdown on GitHub Pages?
From GitHub's "Mastering Markdown":
Links
http://github.com - automatic!
[GitHub](http://github.com)
https://guides.github.com/features/mastering-markdown/#Links
It should be:
1. [Caption](https://example.com)
2. Another list item