-
- Downloads
Gemfile: add kramdown-parser-gfm
Jekyll failed building while parsing markdown. Adding this module made it work again. Feel free to revert if you know why it broke in first place.
... | @@ -19,6 +19,7 @@ group :jekyll_plugins do | ... | @@ -19,6 +19,7 @@ group :jekyll_plugins do |
gem 'jekyll-twitter-plugin' | gem 'jekyll-twitter-plugin' | ||
gem "tzinfo-data" | gem "tzinfo-data" | ||
gem "tzinfo" | gem "tzinfo" | ||
gem "kramdown-parser-gfm" | |||
end | end | ||
require 'rbconfig' | require 'rbconfig' | ||
... | ... |
Please register or sign in to comment