How to make references in GitHub readme.me?

后端 未结 1 2003
春和景丽
春和景丽 2021-01-25 03:07

I want to make cross-reference in my readme file on GitHub. In the end of the second paragraph I want to add link to the about section. How can I do that.

<
相关标签:
1条回答
  • 2021-01-25 03:58

    You can use a common markdown link with the anchor as a link target:

    For more information see: [About](#about)
    
    0 讨论(0)
提交回复
热议问题