Skip to content

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 24 Jul 10:54
· 34 commits to main since this release
b2133c7
  • Improved mdBook preprocessing performance
    • Skips Markdown parser/cmark rewriting for chapters that cannot contain plot / plotly blocks
    • Injects the Plotly HTML header only when a chart is successfully generated
    • Added complete Markdown chapter coverage for mixed prose, regular code fences, and plot fences
  • Refined map parser internals
    • Split map lookup, expression evaluation, and color parsing into focused modules while preserving existing public imports
    • Implemented reuse-slab behavior for expression evaluation modes
    • Reduced per-item allocation in g-number-list generation