Skip to content

History / Part II Mathematical Foundations

Revisions

  • Merge slash/colon-separated adjacent inline-math spans in tables

    @IsadoreNabi IsadoreNabi committed Jun 29, 2026
  • Merge adjacent inline-math spans to avoid backtick cross-pairing; revert over-aggressive de-protection (protected form renders more reliably)

    @IsadoreNabi IsadoreNabi committed Jun 29, 2026
  • Math robustness: *->\ast, de-protect safe inline spans to plain $...$ (avoids backtick-adjacency mispairing), keep $`...`$ only for risky spans

    @IsadoreNabi IsadoreNabi committed Jun 29, 2026
  • Render fixes: strip math from headings (GitHub doesn't render math in headings), inline indented display blocks (don't render inside lists)

    @IsadoreNabi IsadoreNabi committed Jun 29, 2026
  • Complete wiki: protect inline math as $`...`$ (fixes Markdown emphasis breaking LaTeX), escape raw underscore in text mode; drop reduced Main-Functions tree

    @IsadoreNabi IsadoreNabi committed Jun 29, 2026
  • Paginate wiki under GitHub's ~512 KB render cap; add Main (exported API) vs Complete (all functions) reference paths, Home index and sidebar

    @IsadoreNabi IsadoreNabi committed Jun 28, 2026