Advertisement
JamieOnUbuntu

IPv6 Links In Markdown (Links With Square Brackets)

Dec 16th, 2017
259
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. In order to link to IPv6 addresses directly in markdown, use a standard HTML anchor tag:
  2.  
  3. <a href="http://[2a01:7e00:e001:c500::1]">http://[2a01:7e00:e001:c500::1]</a>
  4.  
  5. Other forms of markdown linking don't work well with the square brackets.
  6.  
  7. Example on this GitHub readme: https://github.com/JamieOnUbuntu/jamieweb/blob/master/README.md
  8. See section "Other" -> "IPv6 Direct (403 Forbidden)".
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement