-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[![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
- Loading branch information
1 parent
ead267e
commit bc481d9
Showing
2 changed files
with
125 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters