We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cdef18 commit 18db3b0Copy full SHA for 18db3b0
Gemfile
@@ -7,4 +7,4 @@ gem "sass"
7
gem "haml"
8
9
# For a better markdown parser
10
-gem "redcarpet"
+gem "kramdown"
Gemfile.lock
@@ -29,7 +29,6 @@ GEM
29
maruku (0.6.0)
30
syntax (>= 1.0.0)
31
posix-spawn (0.3.6)
32
- redcarpet (2.1.1)
33
sass (3.1.7)
34
syntax (1.0.0)
35
term-ansicolor (1.0.7)
@@ -43,5 +42,5 @@ DEPENDENCIES
43
42
foreman
44
haml
45
jekyll
46
- redcarpet
+ kramdown
47
sass
0 commit comments