pub fn render_spec_to_html_with_plugins(
spec: &Spec,
data: &Value,
) -> RenderResultExpand description
Plugin-aware variant. Walks spec.elements to collect plugin type names,
then asks the registry for their CSS/JS asset URLs.
pub fn render_spec_to_html_with_plugins(
spec: &Spec,
data: &Value,
) -> RenderResultPlugin-aware variant. Walks spec.elements to collect plugin type names,
then asks the registry for their CSS/JS asset URLs.