Skip to content
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

pod-to-html rendering of <code>-embedded link loses the href attribute #1646

Closed
karenetheridge opened this issue Feb 13, 2016 · 1 comment
Closed

Comments

@karenetheridge
Copy link
Contributor

https://metacpan.org/pod/Dist::Zilla::PluginBundle::Author::ETHER (version 0.111) generates pod containing this:

There is also an irc channel available for users of this distribution, at
L<C<#distzilla> on C<irc.perl.org>|irc://irc.perl.org/#distzilla>.

(carriage returns added in snippets below for readability)

pod2html turns this snippet (correctly) into:

<p>There is also an irc channel available for users of this distribution, at
<a href="irc://irc.perl.org/#distzilla"><code>#distzilla</code> on <code>irc.perl.org</code></a>.</p>

But on metacpan.org, the rendered html is:

<p>There is also an irc channel available for users of this distribution, at
<a><code>#distzilla</code> on <code>irc.perl.org</code></a>.</p>

As you can see, the href attribute of the a tag is totally missing.

@karenetheridge karenetheridge changed the title pod2html rendering of <code>-embedded link loses the href attribute pod-to-html rendering of <code>-embedded link loses the href attribute Feb 13, 2016
@haarg
Copy link
Member

haarg commented Feb 13, 2016

I'm pretty sure the actual problem is linking to the irc: scheme.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants