Skip to content
Snippets Groups Projects
Commit fe1eb9b8 authored by Philipp Rothmann's avatar Philipp Rothmann
Browse files

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.
parent bbc1cdf4
No related branches found
No related tags found
No related merge requests found
Pipeline #2381 passed
...@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment