ffc60a6c0f
The previous regex /<w:t(?!...)/ matched any tag starting with <w:t including <w:tbl>, <w:tc>, <w:tr>. Added lookahead (?=[ >/]) to only match <w:t> elements (followed by space, > or /). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>