PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Text » Text_Wiki_Mediawiki » Bug #8449

Lists need parsed after links

Details

Submitted2006-08-15 15:19 UTC
Frombjs5075 at rit dot edu
Assignedritzmo
StatusClosed
PackageText_Wiki_Mediawiki
PHP Version5.1.4
OSDebian etch
Roadmaps(Not assigned)

Comments

[2006-08-15 15:19 UTC] bjs5075 at rit dot edu

Description:
------------
Lists (List and Deflist) must be parsed after links (all
types) and Break, as either may contain formatting that
will confuse list parsers.

Test script:
---------------
Text

*[[Link|link
title]]

Text

Expected result:
----------------
Something like (html-to-ascii annotation):

Text

* link title

Text

Actual result:
--------------
Something like (html-to-ascii annotation):

Text

* link 34 title
Text

[2006-08-15 15:27 UTC] ritzmo at php dot net

This bug has been fixed in CVS.

If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET).

If this was a problem with the pear.php.net website, the change should be live shortly.

Otherwise, the fix will appear in the package's next release.

Thank you for the report and for helping us make PEAR better.