Markdown is awesome but it's annoying how you can't include embed tags, especially gists. Well you can actually, you just need to include a custom plugin and use the custom gist tag. Here is how:
- Download and add this gist_tag.rb to your _plugins dir
- Now in your markdown, you just need to include the costom tag to embed a gist like:
{% gist 6706249 %}
If you experience any issues, you might want to ensure your using Redcarpet as your markdown engine:
- Install the redcarpet gem:
$ [sudo] gem install redcarpet
- Configure Jekyll to use redcarpet with extensions - edit _config.yml