You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
What version of Hugo are you using (
hugo version
)?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>
):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>
The text was updated successfully, but these errors were encountered: