You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>.
The text was updated successfully, but these errors were encountered:
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>
.The text was updated successfully, but these errors were encountered: