Github Flavor Markdown の URL で山かっこを使用したい。
マークダウン:
1. Fork it ( http://github.com/<my-github-username>/oooooaaaa/fork )
予想:
<li>Fork it ( <a href="http://github.com/">http://github.com/<my-github-username>/oooooaaaa/fork</a> )</li>
実際:
<li>Fork it ( <a href="http://github.com/">http://github.com/</a><my-github-username>/oooooaaaa/fork )</my-github-username></li>