diff options
| author | Mark Otto <[email protected]> | 2014-06-09 22:24:51 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-09 22:24:51 -0700 |
| commit | c7783f5ad8832e7046cd1d2fcdb7959bfa632c33 (patch) | |
| tree | b131ab599fa017bf92ad46c21dfb832383cd00fb | |
| parent | 61dbc6134e26102eaa2fa0c8a0c9b6b45ac942e1 (diff) | |
| download | bootstrap-c7783f5ad8832e7046cd1d2fcdb7959bfa632c33.tar.xz bootstrap-c7783f5ad8832e7046cd1d2fcdb7959bfa632c33.zip | |
Fixes #13587: Switch to Kramdown for Markdown compiler in Jekyll
| -rw-r--r-- | _config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 085568a25..d1003a810 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ # Dependencies -markdown: rdiscount +markdown: kramdown highlighter: pygments # Permalinks |
