IPv6 address links don't get rendered properly
Author: famfoCreated Nov 24, 2023Updated Sep 8, 2026
Labelsupstream bug
Bug Report
Environment
Zola version: 0.17.2
Expected Behavior
When creating an IPv6 link (for example [fd42:d42:d42:81::1](http://[fd42:d42:d42:81::1]/)) it gets converted to a working link (<a href="http://[fd42:d42:d42:81::1]/">fd42:d42:d42:81::1</a>)
Current Behavior
The brackets get escaped and the link is broken: (<a href="http://%5Bfd42:d42:d42:81::1%5D/">fd42:d42:d42:81::1</a>)
Source: getzola/zola