lucaong / jQCloud

jQuery plugin for drawing neat word clouds that actually look like clouds
MIT License
646 stars 293 forks source link

Including hashtag in link URL breaks the link when rendering #58

Open safetymonkey opened 9 years ago

safetymonkey commented 9 years ago

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>.

qbunt commented 7 years ago

Seeing exactly the same thing here