From 83c4ffe285f241b5604da64a1b9333e34928e163 Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Sun, 20 Apr 2008 22:30:55 -0400 Subject: [PATCH] Added version history for changes since 1.0.1k. --- PHP Markdown Readme.text | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/PHP Markdown Readme.text b/PHP Markdown Readme.text index a29475d..a2a69ff 100644 --- a/PHP Markdown Readme.text +++ b/PHP Markdown Readme.text @@ -200,6 +200,30 @@ expected; (3) the output PHP Markdown actually produced. Version History --------------- +Current: + +* Now removing the UTF-8 BOM at the start of a document, if present. + +* Now accepting capitalized URI schemes (such as HTTP:) in automatic + links, such as ``. + +* Fixed a problem where `` was seen as a horizontal + rule instead of an automatic link. + +* Fixed an issue where some characters in Markdown-generated HTML + attributes weren't properly escaped with entities. + +* Fix for code blocks as first element of a list item. Previously, + this didn't create any code block for item 2: + + * Item 1 (regular paragraph) + + * Item 2 (code block) + +* A code blocks starting on the second line of a document wasn't seen + as a code block. This has been fixed. + + 1.0.1k (26 Sep 2007): * Fixed a problem introduced in 1.0.1i where three or more identical