From 65737a4454f07e0726fe28a846624dede3e9ee5d Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Mon, 5 May 2008 07:55:10 -0400 Subject: [PATCH] Fixed a typo. --- PHP Markdown Readme.text | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHP Markdown Readme.text b/PHP Markdown Readme.text index 14871e6..f75536e 100644 --- a/PHP Markdown Readme.text +++ b/PHP Markdown Readme.text @@ -220,7 +220,7 @@ Current: * Item 2 (code block) -* A code blocks starting on the second line of a document wasn't seen +* A code block starting on the second line of a document wasn't seen as a code block. This has been fixed. * Added programatically-settable parser properties `predef_urls` and