Skip to main content

Module mixed_text

Module mixed_text 

Source
Expand description

Mixed text and LaTeX rendering component.

Renders text that may contain embedded LaTeX expressions. Automatically parses $...$ (inline) and $$...$$ (display) markers.

§Props

  • content - Text containing optional LaTeX markers

§Example

rsx! {
    MixedText { content: "The formula $x + y$ equals...".to_string() }
}

Re-exports§

pub use MixedText_completions::Component::MixedText;

Structs§

MixedTextProps
Properties for the MixedText component.

Functions§

MixedText
Props