Adds kramdown-parser-gfm

This commit is contained in:
Nemo 2020-08-17 14:36:39 +05:30
parent 0c864183e0
commit 77cab82f44
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,5 @@
source 'https://rubygems.org'
gem 'jekyll'
gem 'jekyll-theme-dinky', group: :jekyll_plugins
gem 'jekyll-theme-dinky', group: :jekyll_plugins
gem 'kramdown-parser-gfm'

View File

@ -38,6 +38,8 @@ GEM
listen (~> 3.0)
kramdown (2.3.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
@ -64,6 +66,7 @@ PLATFORMS
DEPENDENCIES
jekyll
jekyll-theme-dinky
kramdown-parser-gfm
BUNDLED WITH
2.1.4