Skip to main content

render_unicode_math

Function render_unicode_math 

Source
pub fn render_unicode_math(source: &str) -> Result<RenderedLatex, LatexError>
Expand description

Render one TeX math body as terminal-friendly Unicode.

ยงErrors

Returns LatexError when the body is malformed or contains a parsed construct that mdwright cannot render honestly as Unicode.