From 0540a3351c09199592acc3ad0fbc7df11de2df5a Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 2 Apr 2014 21:51:50 -0400 Subject: [PATCH] Update history to reflect merge of #1823 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index ed4870be..2b45c3c1 100644 --- a/History.markdown +++ b/History.markdown @@ -84,6 +84,7 @@ * Only strip the drive name if it begins the string (#2175) * Remove default post with invalid date from site template (#2200) * Fix `Post#url` and `Page#url` escape (#1568) + * Strip newlines from the `{% highlight %}` block content (#1823) ### Development Fixes * Add a link to the site in the README.md file (#1795)