Skip to main content

Module component

Module component 

Source
Expand description

Component-level rendering primitives shared by citations and bibliographies.

Structs§

ProcEntry
A processed bibliography entry.
ProcTemplateComponent
A processed template component with its rendered value.

Functions§

get_effective_rendering
Get effective rendering, applying global config, then local template settings, then type-specific overrides.
get_title_category_rendering
Resolve title-category-specific rendering overrides for a title component.
render_component
Render a single component to string using the default PlainText format.
render_component_with_format
Render a single component using a specific output format.
render_component_with_format_and_renderer
Render a single component using a specific output format and an existing renderer instance.

Type Aliases§

ProcTemplate
A processed template (list of rendered components).