Use Jekyll's default markdown parser and highligher
authorNicolas McCurdy <thenickperson@gmail.com>
Thu, 2 Oct 2014 18:42:24 +0000 (14:42 -0400)
committerNicolas McCurdy <thenickperson@gmail.com>
Thu, 2 Oct 2014 18:43:25 +0000 (14:43 -0400)
With the current version of Jekyll (2.4.0), this changes the markdown
parser to Kramdown.

_config.yml

index 5febafb761c3cf8ddaf93e7c6e9f81e93fb1a8b8..276c57ef4fec55ab51acf8866c6e5dc4530c90d1 100644 (file)
@@ -1,7 +1,3 @@
-# Dependencies
-markdown:         redcarpet
-highlighter:      pygments
-
 # Permalinks
 permalink:        pretty
 relative_permalinks: true