Skip to main content

render_meta_note

Function render_meta_note 

Source
pub fn render_meta_note(
    metadata: &ChangeMetadata,
) -> Result<String, ChangeError>
Expand description

Renders metadata as meta note content: a fenced JSON block, which survives note titling and renders legibly in notebook tooling.

ยงErrors

Returns ChangeError::Json when serialization fails.