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
I use kramdown for markdown parsing and it handles footnotes nicely.
Change this line in your _config.yml file:
_config.yml
markdown: redcarpet
to:
markdown: kramdown