CodeNomad/docs/superpowers/specs
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
..
2026-07-14-bracket-math-delimiters-design.md feat(ui): support bracket math delimiters (#588) 2026-07-14 14:00:26 +02:00