mdwright-mathrender 0.1.2

Math-renderer compatibility profiles and math-body checking for mdwright
Documentation
  • Coverage
  • 100%
    24 out of 24 items documented0 out of 0 items with examples
  • Size
  • Source code size: 52.73 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 633.64 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • jcreinhold/mdwright
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jcreinhold

mdwright-mathrender

Math-renderer compatibility profiles and math-body checking for mdwright.

This crate owns the policy "would renderer X with packages P loaded render this math body?". MathJax v3 and KaTeX are the two profiles available today; future renderers (MathJax v4, typst, …) go here, not into mdwright-latex. The TeX vocabulary itself lives in mdwright-latex; per-renderer compatibility tables live here.

The public surface is a Renderer enum, a RenderProfile builder, a single check_math_body function, and a small RenderIssue enum. The compatibility tables are private. See crates/mdwright-lint/src/stdlib/math_render.rs for the lint wiring.