CodeNomad/docs
Yao Jianxuan 07e8ce6810
feat(ui): support bracket math delimiters (#588)
## Why

LaTeX content commonly uses `\(...\)` and `\[...\]`, but CodeNomad only
recognizes `$...$` and `$$...$$` through `marked-katex-extension`.

## What

- Add parser-native Marked rules for inline `\(...\)` and display
`\[...\]` formulas.
- Preserve existing dollar math, code spans and fences, escaped
delimiters, and unmatched text.
- Add focused regression tests and document the delimiter design.
2026-07-14 14:00:26 +02:00
..
features/wake-lock fix(wake-lock): allow display sleep during active work 2026-04-21 20:58:40 +01:00
guides fix: wire Winget automation into release pipeline (#551) 2026-06-13 17:51:24 +01:00
screenshots Update README 2026-03-31 22:50:40 +01:00
superpowers/specs feat(ui): support bracket math delimiters (#588) 2026-07-14 14:00:26 +02:00