From ec4ef237333d19d1b9a39c7eeaf12cb37d0f074d Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Sun, 19 May 2013 14:23:41 -0700 Subject: [PATCH] kramdown -> redcarpet Looks like Kramdown doesn't work in Jekyll 1.0 on GitHub? --- _config.yml | 6 +++--- index.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index 78a0d7ff2..7a2bbe26e 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ -markdown: kramdown -kramdown: - entity_output: true +markdown: redcarpet +redcarpet: + extensions: [smart] url: http://beets.radbox.org permalink: /blog/:title.html diff --git a/index.md b/index.md index 78b4cdc58..c59792f76 100644 --- a/index.md +++ b/index.md @@ -19,7 +19,7 @@ imagine for your music collection. Via [plugins][], beets becomes a panacea: * Fetch lyrics for all your songs from databases on the Web. * Guess genres based on Last.fm tags. * Clean up crufty tags left behind by other, less-awesome tools. -* Automatically build ``smart playlists'' based on queries over your library +* Automatically build "smart playlists" based on queries over your library database. * Transcode music for your mobile device. * Manage your [MusicBrainz music collection][coll].