Hacker News new | ask | show | jobs
by mapreduce 833 days ago
If the anchor tag already has the URL as text, then will the URL be printed twice?

Like if I've got

  <a href="https://www.google.com/">https://www.google.com/</a>
Will it print like this?

  https://www.google.com (https://www.google.com)
1 comments

Based on the above, yes.