Skip to content

Commit 9859e8f

Browse files
committed
Add kramdown-parser-gfm gem
1 parent b266782 commit 9859e8f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@ source 'https://rubygems.org'
33
# use the versions in https://pages.github.com/versions.json
44
gem 'jekyll', '3.10.0'
55
gem 'kramdown', '2.4.0'
6+
gem 'kramdown-parser-gfm', '1.1.0'

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ GEM
3636
listen (~> 3.0)
3737
kramdown (2.4.0)
3838
rexml
39+
kramdown-parser-gfm (1.1.0)
40+
kramdown (~> 2.0)
3941
liquid (4.0.4)
4042
listen (3.9.0)
4143
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -63,6 +65,7 @@ PLATFORMS
6365
DEPENDENCIES
6466
jekyll (= 3.10.0)
6567
kramdown (= 2.4.0)
68+
kramdown-parser-gfm (= 1.1.0)
6669

6770
BUNDLED WITH
6871
2.5.3

0 commit comments

Comments
 (0)