diff --git a/PHP Markdown Readme.text b/PHP Markdown Readme.text index d0d5be6..dade9ca 100644 --- a/PHP Markdown Readme.text +++ b/PHP Markdown Readme.text @@ -214,6 +214,17 @@ Current: <"Fred Bloggs"@example.com> +* Now accepting spaces in URLs for inline and reference-style links. Such + URLs need to be surrounded by angle brakets. For instance: + + [link text]( "optional title") + + [link text][ref] + [ref]: "optional title" + + There is still a quirk which may prevent this from working correctly with + relative URLs in inline-style links however. + 1.0.1m (21 Jun 2008):