First off, I'm a complete Jekyll newbie so please bear with me!
Your repository seems to solve my problem perfectly, I want to use pygments but still have the ability to use footnotes as well which is great. I also see that you've added GFM support which is also awesome :-)
The steps I've taken so far were to copy krampygs.rb to my _plugins folder, and then to modify my _config.ymlfile to have these settings:
Hello,
First off, I'm a complete Jekyll newbie so please bear with me!
Your repository seems to solve my problem perfectly, I want to use pygments but still have the ability to use footnotes as well which is great. I also see that you've added GFM support which is also awesome :-)
The steps I've taken so far were to copy
krampygs.rb
to my _plugins folder, and then to modify my_config.yml
file to have these settings:I left the
input: GFM
section in because it was the when I was using kramdown just FYI.So, which blindingly obvious thing am I missing?! Any help you could give me would be really appreciated!
Thanks.