-
-
Notifications
You must be signed in to change notification settings - Fork 196
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
Link-targets are linkified but shouldn't #342
Comments
Could you provide a full repro please? |
I may have fixed that with 4688086, but it depends a bit on what your actual URL looks like. :) |
Thanks! I tried your newest commit, but it does not fix my case unfortunately. Running
|
@mhils Indeed, this issue is fixed, I messed up installing the correct version first. Sorry for this and the late reply! And thank you very much for your responsiveness and maintaining this great project 🙏 |
Problem Description
If an identifier is part of a link-target it is re-linked by linkify, breaking the original a-tag.
This is similar to #335, but concerns the target instead.
Steps to reproduce the behavior:
mymodule
) is part of the target, e.g.[my link](https://mymodule.org)
.<a href="[https://<a href=](https://%3Ca%20href%3D/)"../../mymodule.html#org">mymodule.org</a>">my_link</a>
.System Information
pdoc: 9.0.1
Python: 3.7.3
Platform: Linux-4.19.0-18-amd64-x86_64-with-debian-10.11
The text was updated successfully, but these errors were encountered: