Skip to content

Conversation

@kellyjosephprice
Copy link
Collaborator

@kellyjosephprice kellyjosephprice commented Oct 8, 2025

PR App Fix CX-2392

🧰 Changes

Fixes a regression in our markdown editor that would not properly escape pipes (|) in tables.

This allows users to write pipe characters directly in tables without them being interpreted as column separators. Normally, I would put this kind of convenience directly in the editor code. However, the logic to compile a table to gfm or jsx is in this library, and we want the escpaing to happen after the jsx conversion. That way we're not erronously escaping jsx tables.

🧬 QA & Testing

@kellyjosephprice kellyjosephprice marked this pull request as ready for review October 8, 2025 18:27
@kellyjosephprice kellyjosephprice merged commit 23b1595 into next Oct 8, 2025
7 checks passed
@kellyjosephprice kellyjosephprice deleted the fix/pipes-in-tables branch October 8, 2025 18:51
rafegoldberg pushed a commit that referenced this pull request Oct 8, 2025
## Version 11.2.1
### 🛠 Fixes & Updates

* adds focus outline to code tabs ([#1204](#1204)) ([ecf666f](ecf666f))
* lightbox close ([#1203](#1203)) ([7fef34d](7fef34d))
* pipes in tables ([#1205](#1205)) ([23b1595](23b1595))

<!--SKIP CI-->
@rafegoldberg
Copy link
Contributor

This PR was released!

🚀 Changes included in v11.2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants