From 69ce5f5890eedd385bf92619f155c411c66140b7 Mon Sep 17 00:00:00 2001 From: Wes Hooper Date: Sat, 5 Nov 2016 09:35:25 +0000 Subject: [PATCH] Fix typo in Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 0444071..63e8c1e 100644 --- a/Readme.md +++ b/Readme.md @@ -192,7 +192,7 @@ PHP Markdown Lib 1.7.0 (29 Oct 2016) code block equivalent, there is no syntax for specifying a language. Credits to styxit for the implementation. -* Fixed a Markdwon Extra issue where two-space-at-end-of-line hard breaks +* Fixed a Markdown Extra issue where two-space-at-end-of-line hard breaks wouldn't work inside of HTML block elements such as `

` where the element expects only span-level content.