diff --git a/PHP Markdown Extra Readme.text b/PHP Markdown Extra Readme.text index 0a0e00c..03d1a38 100644 --- a/PHP Markdown Extra Readme.text +++ b/PHP Markdown Extra Readme.text @@ -204,6 +204,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. + + Extra 1.1.7 (26 Sep 2007): 1.0.1k (26 Sep 2007):