Press.HTML.Text (press v0.1.0)

Copy Markdown View Source

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

t()

An HTML text node struct.

Types

t()

@type t() :: %Press.HTML.Text{content: String.t()}

An HTML text node struct.