You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[![PR App][icn]][demo] | CX-1153
:-------------------:|:----------:
## 🧰 Changes
Fixes a regression when migrating tables with emphasis.
The context for this is a bit long, but here's a summary:
1. magic block tables permitted block content
2. gfm tables did not
3. we dropped support for block content because the magic block
implementation was problematic
4. users really want block content in tables, so we allowed breaks, `\n`
5. somewhere a long the line, the editor mucked up list like syntax in
tables
6. I added a regex to look for that instance and correct it for the
migration
7. that regex was not careful enough, and started matching emphasis
8. this PR fixes that to better not-match emphasis
## 🧬 QA & Testing
- [Broken on production][prod].
- [Working in this PR app][demo].
[demo]: https://markdown-pr-PR_NUMBER.herokuapp.com
[prod]: https://SUBDOMAIN.readme.io
[icn]:
https://user-images.githubusercontent.com/886627/160426047-1bee9488-305a-4145-bb2b-09d8b757d38a.svg
0 commit comments