A module used for building content from Markdown files (resources).
Summary
Functions
Builds content from a single resource unit.
Types
@type context() :: term()
Functions
@spec build_from_unit(PolyPost.Resource.Unit.t()) :: {:ok, PolyPost.Resource.name(), PolyPost.Resource.content()} | {:error, term()} | {:error, term(), term()}
Builds content from a single resource unit.