Thanks to visit codestin.com Credit goes to github.com
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 7515813 commit 059faabCopy full SHA for 059faab
Gemfile
@@ -17,4 +17,5 @@ group :jekyll_plugins do
17
gem 'jekyll-archives'
18
gem 'kramdown'
19
gem 'rouge'
20
+ gem 'kramdown-parser-gfm'
21
end
Gemfile.lock
@@ -44,6 +44,8 @@ GEM
44
listen (~> 3.0)
45
kramdown (2.3.0)
46
rexml
47
+ kramdown-parser-gfm (1.1.0)
48
+ kramdown (~> 2.0)
49
liquid (4.0.3)
50
listen (3.2.1)
51
rb-fsevent (~> 0.10, >= 0.10.3)
@@ -63,6 +65,7 @@ GEM
63
65
sass-listen (4.0.0)
64
66
rb-fsevent (~> 0.9, >= 0.9.4)
67
rb-inotify (~> 0.9, >= 0.9.7)
68
+ wdm (0.1.1)
69
70
PLATFORMS
71
ruby
@@ -75,7 +78,9 @@ DEPENDENCIES
75
78
jekyll-seo-tag
76
79
jekyll-sitemap
77
80
kramdown
81
+ kramdown-parser-gfm
82
rouge
83
+ wdm (>= 0.1.0)
84
85
BUNDLED WITH
- 2.0.2
86
+ 2.1.4
0 commit comments