Skip to content

Xafloc/NoteFlow-Go](https:

v1.8.2 Breaking

This release includes 2 breaking changes for platform teams planning a safe upgrade.

Published 7d Productivity & Wikis
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

ReleasePort's take

Moderate signal
editorial:auto 7d

MathJax 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 summary

MathJax now only recognizes (...) and [...] delimiters, removing $‑based parsing.

Changes in this release

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 MathJax skipHtmlTags so 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

Track Xafloc/NoteFlow-Go](https:

Get notified when new releases ship.

Sign up free

About Xafloc/NoteFlow-Go](https:

All releases →

Related context

Related tools

Beta — feedback welcome: [email protected]