A text node in the DOM produced by Press.HTML.Parser.
content has HTML entities already decoded (see Press.HTML.Parser
moduledoc for the supported entity set).
Summary
Types
@type t() :: %Press.HTML.Text{content: String.t()}
An HTML text node struct.