Including hashtag in link URL breaks the link when rendering
safetymonkey opened this issue · comments
Jon commented
For example, if I pass in {text: "#awesome", weight: 15, link: "/tags/%23awesome"}
it alters the HTML escape character and renders it as <a href="/tags/%2523awesome">#awesome</a>
.
Jeremy Bunting commented
Seeing exactly the same thing here