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 with the actual URL as text don't work anymore #6649

Closed
acalvo opened this issue Dec 20, 2019 · 1 comment · Fixed by #6651
Closed

Links with the actual URL as text don't work anymore #6649

acalvo opened this issue Dec 20, 2019 · 1 comment · Fixed by #6651
Assignees
Milestone

Comments

@acalvo
Copy link

acalvo commented Dec 20, 2019

What version of Hugo are you using (hugo version)?

$ hugo version
Hugo Static Site Generator v0.62.0-DEV/extended darwin/amd64 BuildDate: unknown

Does this issue reproduce with the latest release?

No.


This markdown usded to work as expected up to the latest stable release (0.61), generating a proper link (<a href="https://google.com">https://google.com</a>):

[https://google.com](https://google.com)

Currently, with the changes in master, it doesn't work anymore. It generates the following (broken) HTML code: [<a href="https://google.com%5D(https://google.com)">https://google.com](https://google.com)</a>

@bep bep added this to the v0.62 milestone Dec 20, 2019
@bep bep self-assigned this Dec 20, 2019
@bep bep added the Upstream label Dec 20, 2019
bep added a commit to bep/hugo that referenced this issue Dec 20, 2019
bep added a commit to bep/hugo that referenced this issue Dec 22, 2019
bep added a commit to bep/hugo that referenced this issue Dec 22, 2019
@bep bep closed this as completed in #6651 Dec 22, 2019
bep added a commit that referenced this issue Dec 22, 2019
@github-actions
Copy link

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants