From 619772b5c8e991e709d870ecd5ad0ebefa6218a9 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sun, 27 Apr 2014 15:59:40 -0400 Subject: [PATCH] Update history to reflect merge of #2264 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 99942d38..56df3ae0 100644 --- a/History.markdown +++ b/History.markdown @@ -95,6 +95,7 @@ * Load in `rouge` only when it's been requested as the highlighter (#2189) * Convert input to string before XML escaping (`xml_escape` liquid filter) (#2244) * Modify configuration key for Collections and reset properly. (#2238) + * Avoid duplicated output using `highlight` tag (#2264) ### Development Fixes * Add a link to the site in the README.md file (#1795)