We can use HTML within the ‘content’ field of our tooltip item. Replace the url in the <a> tag.

<script>
  window.wmTooltipItems = [
    {
      href: "#tooltip-with-link",
      content: `This is my <a href="/home">description</a>`,  
    },
  ]
</script>
Previous
Previous

Tooltip with Image & Description

Next
Next

Add an Icon