Skip to main content

emit_display_math_environment

Function emit_display_math_environment 

Source
pub fn emit_display_math_environment(
    builder: &mut GreenNodeBuilder<'_>,
    begin_marker: &str,
    content: &str,
    end_marker: &str,
)
Expand description

Emit a display math environment node using raw \begin…\end… markers.