
New extension: Wrap Unwrap
It does what it says, but is for Markdown-aware, for savvy text reflowing:
Wrap Text— wrap selected (or clipboard) text at a configurable column width. The classifier is prefix-aware: blockquote markers (> ) and list-item markers (- , hang indent) count toward the line budget so wrapped output stays within the chosen column width including its prefix.
Unwrap Text— reflow wrapped text into continuous paragraphs while preserving Markdown structure: ATX/setext headings, fenced and indented code, blockquotes (with nesting), bullet/ordered/task lists, pipe tables, HTML blocks, reference link definitions, and hard breaks. Optional soft-hyphen stripping (inter-+esting→interesting) and blank-line preservation.
Let me know what you think!