Skip to content

Fix angle bracket preservation in table cells and paragraphs#18

Merged
arthurkowalsky merged 2 commits intomainfrom
claude/fix-markdown-table-rendering-Dha3e
Feb 25, 2026
Merged

Fix angle bracket preservation in table cells and paragraphs#18
arthurkowalsky merged 2 commits intomainfrom
claude/fix-markdown-table-rendering-Dha3e

Conversation

@arthurkowalsky
Copy link
Contributor

No description provided.

The HTML cleanup regex /<[^>]+>/ matched content between < and > across
table cells (e.g. "<50 fields" in one cell and ">100 fields" in another),
removing everything between them. Replaced with /<\/?[a-zA-Z][^>]*>/ to
only match actual HTML tags.

https://claude.ai/code/session_014CdMeMzE1t9v5zzqXT9jgo
@arthurkowalsky arthurkowalsky merged commit 4f907eb into main Feb 25, 2026
5 checks passed
@arthurkowalsky arthurkowalsky deleted the claude/fix-markdown-table-rendering-Dha3e branch February 25, 2026 12:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants