Skip to content

Commit f4f017e

Browse files
committed
Change rdiscount for redcarpet
1 parent f24ac61 commit f4f017e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ Development is done in the `next` branch, while `master` contains the docs and g
3232

3333
3. Test it locally
3434

35-
You need to install `jekyll` and `rdiscount`
35+
You need to install `jekyll` and `redcarpet`
3636

3737
```shell
38-
$ gem install jekyll rdiscount
38+
$ gem install jekyll redcarpet
3939
$ jekyll serve # check localhost:4000
4040
```
4141

_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
markdown: rdiscount
1+
markdown: redcarpet
22
pygments: true
33
permalink: /blog/:year/:month/:day/:title

0 commit comments

Comments
 (0)