tl icon indicating copy to clipboard operation
tl copied to clipboard

Decode HTML entities

Open y21 opened this issue 3 years ago • 0 comments

Given HTML like this:

<div>Rust &lt;3</div>

There is currently no way of decoding the inner text content of the div to end up with Rust <3. A workaround might be using an external crate such as html_escape, but it'd be nice if we had this functionality built into tl.

y21 avatar Apr 16 '22 11:04 y21