From c08c7948019cfde1cc91f50f8a74910db13c60dc Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 9 Feb 2015 22:09:33 -0800 Subject: [PATCH] Update history to reflect merge of #3436 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index ceb52df1..9eca2379 100644 --- a/History.markdown +++ b/History.markdown @@ -54,6 +54,7 @@ * The `:title` URL placeholder for collections should be the filename slug. (#3383) * Trim the generate time diff to just 3 places past the decimal place (#3415) * The highlight tag should only clip the newlines before and after the *entire* block, not in between (#3401) + * highlight: fix problem with linenos and rouge. (#3436) ### Development Fixes