Cringe.Document.Text (cringe v0.1.0)

Copy Markdown View Source

Text node for terminal documents.

Summary

Types

t()

@type t() :: %Cringe.Document.Text{content: String.t(), opts: keyword()}

Functions

new(content, opts \\ [])

@spec new(
  IO.chardata(),
  keyword()
) :: t()