tl
tl copied to clipboard
Decode HTML entities
Given HTML like this:
<div>Rust <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.