How to add footnotes to GitHub-flavoured Markdown?

前端 未结 10 1118
夕颜
夕颜 2021-01-29 17:21

I am just trying to add footnotes in my GitHub Gist, but it doesn\'t work:

Some long sentence. [^footnote]

[^footnote]: Test, [Link](https://google.com).
         


        
10条回答
  •  星月不相逢
    2021-01-29 17:51

    For short notes, providing an anchor element with a title attribute creates a "tooltip".

    n
    

    Otherwise, for more involved notes, it looks like your best bet is maintaining named links manually.

提交回复
热议问题