Last modified: 2010-05-15 15:32:58 UTC
See URL - links aren't shown in the TOC. This must be a post-1.3 regression, works fine on live site.
In internalParse(): * replaceInternalLinks() calls makeLinkObj(), which converts bracketed link text into "<!--LINK ..." format * formatHeadings() removes HTML from toclines (removing those "<!--LINK "s)
Should formatHeadings be done after resolving the links? Alternatively, formatHeadings has to become <!--LINK aware.
Fixed in Parser.php, rev 1.253