Files
leaysgur 586f27a166 feat(formatter_core): add prefix_align builder and Tag::(Start|End)Prefix (#26520)
Mainly for blockquote for Markdown.

```md
> If this line is long and to be broken, how printer know new line needs `> ` prefix?
```

This will also help JSDoc formatting (`* ` prefix) if we update it via IR, currently just splitting lines.
2026-09-10 09:08:50 +00:00
..