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 #7063

Incorrect parsing of headings

Details

Submitted2006-03-08 20:43 UTC
Fromman at musiker dot nu
Assignedtoggg
StatusClosed
PackageText_Wiki_Mediawiki
PHP VersionIrrelevant
Roadmaps(Not assigned)

Comments

[2006-03-08 20:43 UTC] man at musiker dot nu

Description:
------------
All the following lines are valid MediaWiki headings

== Hello ==
==Hello ==
== Hello==
==Hello==

but only the first one renders as a heading.

[2006-03-28 02:55 UTC] surfchen at gmail dot com

the table parser have also this problem.

[2006-03-28 04:48 UTC] ritzmo at php dot net

You should try the current CVS.
The Parser is not perfect yet (just copied over the one from TikiWiki for now) but its much better than the Default one.