How to add footnotes to GitHub-flavoured Markdown?

前端 未结 10 1027
夕颜
夕颜 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 18:07

    Here's a variation of Eli Holmes' answer that worked for me without using latex:

    Text[¹](#1)
    
    ¹ Footnote.[⏎](#a1)

    Example

提交回复
热议问题