We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Merge slash/colon-separated adjacent inline-math spans in tables
Merge adjacent inline-math spans to avoid backtick cross-pairing; revert over-aggressive de-protection (protected form renders more reliably)
Math robustness: *->\ast, de-protect safe inline spans to plain $...$ (avoids backtick-adjacency mispairing), keep $`...`$ only for risky spans
Render fixes: strip math from headings (GitHub doesn't render math in headings), inline indented display blocks (don't render inside lists)
Complete wiki: protect inline math as $`...`$ (fixes Markdown emphasis breaking LaTeX), escape raw underscore in text mode; drop reduced Main-Functions tree
Paginate wiki under GitHub's ~512 KB render cap; add Main (exported API) vs Complete (all functions) reference paths, Home index and sidebar