From f6bc58dd30769e6142fc8d64f934845fe06377d3 Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 28 May 2015 16:56:57 +0200 Subject: [PATCH] Docs now reflect correct redcarpet version --- site/_docs/configuration.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/site/_docs/configuration.md b/site/_docs/configuration.md index 7458853f..f9ac4eaa 100644 --- a/site/_docs/configuration.md +++ b/site/_docs/configuration.md @@ -574,15 +574,14 @@ All other extensions retain their usual names from Redcarpet, and no renderer options aside from `smart` can be specified in Jekyll. [A list of available extensions can be found in the Redcarpet README file.][redcarpet_extensions] Make sure you're looking at the README for the right version of -Redcarpet: Jekyll currently uses v2.2.x, and extensions like `footnotes` and -`highlight` weren't added until after version 3.0.0. The most commonly used +Redcarpet: Jekyll currently uses v3.2.x. The most commonly used extensions are: - `tables` - `no_intra_emphasis` - `autolink` -[redcarpet_extensions]: https://github.com/vmg/redcarpet/blob/v2.2.2/README.markdown#and-its-like-really-simple-to-use +[redcarpet_extensions]: https://github.com/vmg/redcarpet/blob/v3.2.2/README.markdown#and-its-like-really-simple-to-use ### Kramdown