pub fn write_mathml<'a, I, W, E>(
writer: W,
parser: I,
config: RenderConfig<'a>,
) -> Result<()>
Expand description
Takes a Parser
, or any Iterator<Item = Result<Event<'_>, E>>
, as input and renders the
MathML into the given writer.
pub fn write_mathml<'a, I, W, E>(
writer: W,
parser: I,
config: RenderConfig<'a>,
) -> Result<()>
Takes a Parser
, or any Iterator<Item = Result<Event<'_>, E>>
, as input and renders the
MathML into the given writer.