We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b266782 commit 9859e8fCopy full SHA for 9859e8f
Gemfile
@@ -3,3 +3,4 @@ source 'https://rubygems.org'
3
# use the versions in https://pages.github.com/versions.json
4
gem 'jekyll', '3.10.0'
5
gem 'kramdown', '2.4.0'
6
+gem 'kramdown-parser-gfm', '1.1.0'
Gemfile.lock
@@ -36,6 +36,8 @@ GEM
36
listen (~> 3.0)
37
kramdown (2.4.0)
38
rexml
39
+ kramdown-parser-gfm (1.1.0)
40
+ kramdown (~> 2.0)
41
liquid (4.0.4)
42
listen (3.9.0)
43
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -63,6 +65,7 @@ PLATFORMS
63
65
DEPENDENCIES
64
66
jekyll (= 3.10.0)
67
kramdown (= 2.4.0)
68
+ kramdown-parser-gfm (= 1.1.0)
69
70
BUNDLED WITH
71
2.5.3
0 commit comments