We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9ad9f3 commit 750a88fCopy full SHA for 750a88f
Gemfile.lock
@@ -2,9 +2,9 @@ GEM
2
remote: http://production.cf.rubygems.org/
3
specs:
4
adsf (1.2.0)
5
- rack (>= 1.0.0)
+ rack (= 1.5.2)
6
celluloid (0.16.0)
7
- timers (~> 4.0.0)
+ timers (= 4.0.1)
8
coderay (1.1.0)
9
colored (1.2)
10
cri (2.6.1)
@@ -71,3 +71,6 @@ DEPENDENCIES
71
rainbow (~> 2.0.0)
72
rake (~> 10.4.2)
73
rspec (~> 3.1.0)
74
+
75
+BUNDLED WITH
76
+ 2.3.15
Rules
@@ -23,6 +23,7 @@ compile '*' do
23
elsif item[:extension] == 'js'
24
# don’t filter stylesheets
25
elsif item[:extension] == 'md'
26
+ filter :kramdown
27
if item[:layout] != nil
28
#puts "[#{Rainbow(item.reference).red}]\t\t layout '#{Rainbow(item[:layout]).yellow}' requested in front matter"
29
layout item[:layout]
0 commit comments