Enumeration of content layers within a document.
Matches the Rust ContentLayer enum.
Values
:body- Main body content:header- Header content:footer- Footer content:footnote- Footnote content
Summary
Types
Functions
@spec values() :: [t()]
Returns all valid ContentLayer values.
Examples
iex> Kreuzberg.ContentLayer.values()
[:body, :header, :footer, :footnote]