mirror of
https://github.com/oxc-project/oxc.git
synced 2026-09-14 19:36:11 +08:00
586f27a166
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.