Enumeration of output content formats.
Matches the Rust OutputFormat enum.
Values
:plain- Plain text output:markdown- Markdown formatted output:djot- Djot formatted output:html- HTML formatted output:json- JSON tree format with heading-driven sections:structured- Structured output
Summary
Types
Functions
@spec values() :: [t()]
Returns all valid OutputFormat values.
Examples
iex> Kreuzberg.OutputFormat.values()
[:plain, :markdown, :djot, :html, :json, :structured]