Strip individual **Field**: value lines that carry pure workflow / audit metadata, while leaving the rest of their paragraph untouched.
Trailing two-space markdown line-breaks (\n) and CRs are matched by the [^\\n]* body, so a stripped line removes its line terminator cleanly. Subsequent \\n{3,} collapse in the structural cleaner sweeps up any blank-line residue.
Strip individual
**Field**: valuelines that carry pure workflow / audit metadata, while leaving the rest of their paragraph untouched.Trailing two-space markdown line-breaks (
\n) and CRs are matched by the[^\\n]*body, so a stripped line removes its line terminator cleanly. Subsequent\\n{3,}collapse in the structural cleaner sweeps up any blank-line residue.