Open
Description
Today when we generate a page, sometimes GPT-3 will add a link. However those are not supported yet.
To make it work, various solutions:
the simplest way could be to let GPT-3 generate the link with the correct path eg.
<a href="/content?prompt=some+prompt+generated+by+gpt+3">Click me</a>
or we could use an arial-label
like explained here: https://www.w3.org/WAI/WCAG22/Techniques/aria/ARIA8