Jekyll on Github Pages: any way to add footnotes in Markdown?

后端 未结 3 1359
别那么骄傲
别那么骄傲 2021-01-30 12:34

I\'ve recently switched over to using Jekyll on Github Pages for my various blogs, and love that I can just push Markdown to Github and they handle the processing. I\'d like to

3条回答
  •  萌比男神i
    2021-01-30 12:56

    I use kramdown for markdown parsing and it handles footnotes nicely.

    Change this line in your _config.yml file:

    markdown: redcarpet
    

    to:

    markdown: kramdown
    

提交回复
热议问题