This release includes 2 breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
ReleasePort's take
Moderate signalMathJax v1.8.2 drops `$` delimiter support for inline math, now only recognizing `\(...\)` and `\[...\]`. Related bug‑fixes tighten regex handling and add `<code>` to skipped tags.
Why it matters: Affects any page relying on `$` delimiters; migration required before upgrade. Severity 70 indicates high impact for rendering workflows.
Summary
AI summaryMathJax now only recognizes (...) and [...] delimiters, removing $‑based parsing.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Breaking | High |
MathJax no longer scans page for `$` delimiters; uses `…`/`…` instead MathJax no longer scans page for `$` delimiters; uses `…`/`…` instead Source: llm_adapter@2026-05-27 Confidence: high |
— |
| Feature | Low |
MathJax config updated to recognize only `\(...\)` and `\[...\]` delimiters MathJax config updated to recognize only `\(...\)` and `\[...\]` delimiters Source: granite4.1:30b@2026-05-27-audit Confidence: low |
— |
| Bugfix | Medium |
Inline math regex tightened; `$100` no longer treated as math Inline math regex tightened; `$100` no longer treated as math Source: llm_adapter@2026-05-27 Confidence: high |
— |
| Bugfix | Medium |
`<code>` added to MathJax `skipHtmlTags`; code spans never processed as math `<code>` added to MathJax `skipHtmlTags`; code spans never processed as math Source: llm_adapter@2026-05-27 Confidence: high |
— |
Full changelog
Changes
- MathJax no longer scans the page for
$delimiters — server-side renderer now emits\(...\)/\[...\]instead of raw$...$/$$...$$ - MathJax config updated to only recognise
\(...\)and\[...\]delimiters - Inline math regex tightened —
$100(dollar followed by digit) is no longer treated as math <code>added to MathJaxskipHtmlTagsso code spans are never processed as math
Matches fixes shipped in noteflow-py v0.7.2.
Breaking Changes
- MathJax no longer scans the page for `$` delimiters; server‑side renderer emits \(...\) and \[...\] instead of raw `$...$` / `$$...$$`.
- MathJax configuration updated to recognize only \(...\) and \[...\] as math delimiters.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About Xafloc/NoteFlow-Go](https:
All releases →Beta — feedback welcome: [email protected]