diff options
| author | Barry Clark <barry@barryclark.co> | 2014-02-18 19:11:00 -0500 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2014-02-18 19:11:00 -0500 |
| commit | b1838427fc2efd7427d0229572c78d1df3333812 (patch) | |
| tree | 7f9a0bb9cd13260e5eb8d27c1ae9e3f02d440321 | |
| parent | cbdd8d2d7b4cf450aa529aae0712ed60ef4e6231 (diff) | |
| download | acn-blog-b1838427fc2efd7427d0229572c78d1df3333812.tar.gz acn-blog-b1838427fc2efd7427d0229572c78d1df3333812.tar.bz2 acn-blog-b1838427fc2efd7427d0229572c78d1df3333812.zip | |
Switched from redcarpet to rdiscount for markdown
| -rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 22ac80d..20ef2fb 100644 --- a/_config.yml +++ b/_config.yml @@ -27,7 +27,7 @@ links: twitter: https://twitter.com/YOUR-USERNAME #linkedin: https://linkedin.com/in/YOUR-USERNAME -markdown: redcarpet +markdown: rdiscount # Exclude these files from your production _site exclude: |
