Module pulldown_latex::mathml

source ·
Expand description

A simple MathML Core renderer.

This crate provides a “simple” mathml renderer which is available through the push_mathml and write_mathml functions.

Functions§

  • Takes a Parser, or any Iterator<Item = Result<Event<'_>, E>> as input, and renders the MathML into the given string.
  • Takes a Parser, or any Iterator<Item = Result<Event<'_>, E>>, as input and renders the MathML into the given writer.