I want to use angle brackets in URL on Github Flavor Markdown.
Markdown:
1. Fork it ( http://github.com//oooooaaaa/fork )
<
Since the angle brackets < and > cannot easily be used (or escaped or encoded) in GitHub Flavored Markdown, one workaround would be to used square brackets:
http://github.com/[my-github-username]/oooooaaaa/fork
That does give the expected result:
a href="http://github.com/">http://github.com/[my-github-username]/oooooaaaa/fork