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

Links containing parentheses seems to break on the webpage #6403

Open
Erk- opened this issue Feb 20, 2025 · 0 comments
Open

Links containing parentheses seems to break on the webpage #6403

Erk- opened this issue Feb 20, 2025 · 0 comments

Comments

@Erk-
Copy link
Contributor

Erk- commented Feb 20, 2025

In TWIR-587 there is a link containing a parentheses:

* [Why I'm Writing a Scheme Implementation in 2025](https://maplant.com/2025-02-17-Why-I'm-Writing-a-Scheme-Implementation-in-2025-(The-Answer-is-Async-Rust).html)

It generates the following html:

<li><a href="https://maplant.com/2025-02-17-Why-I'm-Writing-a-Scheme-Implementation-in-2025-(The-Answer-is-Async-Rust).htm">Why I'm Writing a Scheme Implementation in 2025</a>)</li>

Which causes the link to go to https://maplant.com/2025-02-17-Why-I'm-Writing-a-Scheme-Implementation-in-2025-(The-Answer-is-Async-Rust).htm and also leaves a hanging close parentheses after the link.

Interestingly it does not break in GitHub's markdown implementation:

This might be a upstream bug in pelican, but I do not know enough to say that definitely.

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

No branches or pull requests

1 participant