Skip to content

Commit 750a88f

Browse files
committed
getting formatting added back in
1 parent a9ad9f3 commit 750a88f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: Gemfile.lock

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ GEM
22
remote: http://production.cf.rubygems.org/
33
specs:
44
adsf (1.2.0)
5-
rack (>= 1.0.0)
5+
rack (= 1.5.2)
66
celluloid (0.16.0)
7-
timers (~> 4.0.0)
7+
timers (= 4.0.1)
88
coderay (1.1.0)
99
colored (1.2)
1010
cri (2.6.1)
@@ -71,3 +71,6 @@ DEPENDENCIES
7171
rainbow (~> 2.0.0)
7272
rake (~> 10.4.2)
7373
rspec (~> 3.1.0)
74+
75+
BUNDLED WITH
76+
2.3.15

Diff for: Rules

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ compile '*' do
2323
elsif item[:extension] == 'js'
2424
# don’t filter stylesheets
2525
elsif item[:extension] == 'md'
26+
filter :kramdown
2627
if item[:layout] != nil
2728
#puts "[#{Rainbow(item.reference).red}]\t\t layout '#{Rainbow(item[:layout]).yellow}' requested in front matter"
2829
layout item[:layout]

0 commit comments

Comments
 (0)