-
Notifications
You must be signed in to change notification settings - Fork 291
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generated HTML has occasional double links #584
Comments
Here's a snippet of Perl 6 that shows the issue, snapshotted from a running htmlify.p6's $pod contents and then stripped down to the minimum case that still generates the double-linked issue:
Note that the outer L's contents don't seem to be wrapping the inner L. This may point to a bug in Pod::To::HTML |
Comment from zoffix on the parent ticket:
|
I just checked this page again, and no longer see this particular issue. |
There is now an example of this on https://docs.perl6.org/routine/$TILDE.html |
TILDE is now at https://docs.perl6.org/routine/~.html and no longer shows the dupes. If we can't find any more examples, let's close the ticket. |
@coke do we have tolerance for this?
It's in http://docs.perl6.org/type/nativeInt, but regardless of double links, it works well(somehow) |
@W4anD0eR96 no, that is not right. For example, it's one of the reasons why |
There are still examples such as this one |
This is the code in Pod::To::Html that generates it. |
I think that was fixed here. Please check and reopen if needed. |
part of #561
e.g. on
http://docs.perl6.org/type/nativeInt
the methods listed under "Routines supplied by class Any" are all doubly linked:
This is being created by this snippet of htmlify.p6
The text was updated successfully, but these errors were encountered: