From 89f48927ad0a9d24f637624e16fcb9182547f7f4 Mon Sep 17 00:00:00 2001 From: Julian Gruber Date: Sun, 26 Jun 2011 07:09:01 -0700 Subject: [PATCH] fixed redcarpet typo --- History.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.txt b/History.txt index 326affc1..d0091fd0 100644 --- a/History.txt +++ b/History.txt @@ -1,7 +1,7 @@ == HEAD * Major Enhancements * Add command line importer functionality (#253) - * Add Recarpet Markdown support (#318) + * Add Redcarpet Markdown support (#318) * Make markdown/textile extensions configurable (#312) * Add `markdownify` filter * Minor Enhancements