Closed notpushkin closed 2 years ago
The following input:
супербиток.сука.сайт https://супербиток.сука.сайт/ https://супербиток.сука.сайт/404
Results in the following HTML (newlines added for clarity):
<a>супербиток.сука.сайт</a><br> <a>https://супербиток.сука.сайт</a>/<br> <a>https://супербиток.сука.сайт/404</a>
The <a> tags here lack the href attribute, so you can't click them. See live: https://friends.grishka.me/posts/155635
<a>
href
Workaround is to explicitly add the IDN-encoded <a href=...> tag to the post source: https://friends.grishka.me/posts/155641
<a href=...>
The following input:
Results in the following HTML (newlines added for clarity):
The
<a>
tags here lack thehref
attribute, so you can't click them. See live: https://friends.grishka.me/posts/155635Workaround is to explicitly add the IDN-encoded
<a href=...>
tag to the post source: https://friends.grishka.me/posts/155641