diff --git a/PHP Markdown Readme.text b/PHP Markdown Readme.text index 4490ba1..46cf652 100644 --- a/PHP Markdown Readme.text +++ b/PHP Markdown Readme.text @@ -203,6 +203,13 @@ expected; (3) the output PHP Markdown actually produced. Version History --------------- +1.0.1k (26 Sep 2007): + +* Fixed a problem introduced in 1.0.1i where three or more identical + uppercase letters, as well as a few other symbols, would trigger + a horizontal line. + + 1.0.1j (4 Sep 2007): * Fixed a problem introduced in 1.0.1i where the closing `code` and diff --git a/markdown.php b/markdown.php index c0e31b0..75122ce 100644 --- a/markdown.php +++ b/markdown.php @@ -12,7 +12,7 @@ # -define( 'MARKDOWN_VERSION', "1.0.1k" ); # Unreleased +define( 'MARKDOWN_VERSION', "1.0.1k" ); # Wed 26 Sep 2007 #