diff options
| author | Barry Clark <barry@barryclark.co> | 2014-04-30 08:51:27 -0400 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2014-04-30 08:51:27 -0400 |
| commit | 6d9d683fce2452b811b99f6d00b74e89e538798d (patch) | |
| tree | 17ee0c8fe2bb8667f607f71549917e99fcf526b9 | |
| parent | 3cc9f409e8598b68f72ee9cfb79f37ed30b166ef (diff) | |
| download | acn-blog-6d9d683fce2452b811b99f6d00b74e89e538798d.tar.gz acn-blog-6d9d683fce2452b811b99f6d00b74e89e538798d.tar.bz2 acn-blog-6d9d683fce2452b811b99f6d00b74e89e538798d.zip | |
Switch to Kramdown due to rdiscount issues (also https://github.com/jekyll/jekyll/pull/1988)
| -rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index c370570..2eb0376 100644 --- a/_config.yml +++ b/_config.yml @@ -30,7 +30,7 @@ links: # You don't need to update the configuration flags below. # -markdown: rdiscount +markdown: kramdown pygments: true permalink: /:title |
