216a7f1ffe
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
15 lines
203 B
Markdown
15 lines
203 B
Markdown
# Preview fixture
|
|
|
|
A target sentence Claude will rewrite via the seam.
|
|
|
|
Some stable prose that does not change during the test run.
|
|
|
|
```mermaid
|
|
flowchart LR
|
|
a --> b
|
|
```
|
|
|
|
```ts
|
|
const stable = true;
|
|
```
|