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§
- Mixed
Text Props - Properties for the
MixedTextcomponent.
Functions§
- Mixed
Text - Props