Skip to content

v1.0.1

Latest

Choose a tag to compare

@SyntaxErrorOnLine1 SyntaxErrorOnLine1 released this 30 Jul 07:44

Bug-fix release.

Box-drawing tables. Every data row was collapsing into one Markdown row. Rows were only split where the table drew a separator line, and most tables draw one only under the header - so a whole table became a single row. Each row now converts to its own row. Rounded-corner boxes (╭─┬─╮) are recognised too; previously only square corners were, so rounded tables passed through unconverted and their borders could get pulled into a neighbouring paragraph.

One notification per copy. Claude Code in Windows Terminal raises several clipboard-update messages for a single copy, and each was being treated as a separate copy - so every clean was announced twice.

Words split by the terminal's line wrap. A terminal wraps on the character grid, not on word boundaries, so a copied paragraph arrives cut mid-word. Re-joining those lines used to insert a space into the middle of the word: retu rns, documen ts, StringComparison.C urrentCulture. The wrap column is now detected and the halves are put back together.