Skip to main content

inlines_to_html

Function inlines_to_html 

Source
pub fn inlines_to_html(
    inlines: &[Inline],
    assets: &BTreeMap<AssetId, Asset>,
) -> String
Expand description

Serialize inlines to HTML with document asset context and default options.