Skip to main content

emit_inline_image

Function emit_inline_image 

Source
pub fn emit_inline_image(
    builder: &mut GreenNodeBuilder<'_>,
    _text: &str,
    alt_text: &str,
    dest: &str,
    raw_attributes: Option<&str>,
    config: &ParserOptions,
)
Expand description

Emit an inline image node to the builder. Note: alt_text may contain inline elements and should be parsed recursively.