merge from next#3
Merged
eaglethrost merged 6 commits intoeaglethrost:dimas/RM-14352-fix-table-empty-cellfrom Nov 3, 2025
Merged
merge from next#3eaglethrost merged 6 commits intoeaglethrost:dimas/RM-14352-fix-table-empty-cellfrom
eaglethrost merged 6 commits intoeaglethrost:dimas/RM-14352-fix-table-empty-cellfrom
Conversation
## Version 11.5.0 ### ✨ New & Improved * add MCPIntro component ([#1219](#1219)) ([352fb99](352fb99)) * add support for converting recipe ([#1221](#1221)) ([16db568](16db568)) ### 🛠 Fixes & Updates * **deps:** bump @mdx-js/mdx from 3.1.0 to 3.1.1 ([#1186](#1186)) ([36ba199](36ba199)), closes [mdx-js/mdx#2593](mdx-js/mdx#2593) [mdx-js/mdx#2595](mdx-js/mdx#2595) [mdx-js/mdx#2629](mdx-js/mdx#2629) [mdx-js/mdx#2622](mdx-js/mdx#2622) [mdx-js/mdx#2605](mdx-js/mdx#2605) [mdx-js/mdx#2604](mdx-js/mdx#2604) * **deps:** bump estree-util-value-to-estree from 3.4.0 to 3.5.0 ([#1214](#1214)) ([c953372](c953372)), closes [remcohaszing/estree-util-value-to-estree#6](remcohaszing/estree-util-value-to-estree#6) [#6](#6) * **deps:** bump postcss from 8.5.3 to 8.5.6 ([#1128](#1128)) ([2731484](2731484)), closes [#2052](https://github.com/readmeio/markdown/issues/2052) * **deps:** bump remark-mdx from 3.1.0 to 3.1.1 ([#1185](#1185)) ([bc7f79a](bc7f79a)), closes [mdx-js/mdx#2593](mdx-js/mdx#2593) [mdx-js/mdx#2595](mdx-js/mdx#2595) [mdx-js/mdx#2629](mdx-js/mdx#2629) [mdx-js/mdx#2622](mdx-js/mdx#2622) [mdx-js/mdx#2605](mdx-js/mdx#2605) [mdx-js/mdx#2604](mdx-js/mdx#2604) * **deps:** dependabot updates ([#1217](#1217)) ([b8b0b78](b8b0b78)) <!--SKIP CI-->
…ues (#1220) [![PR App][icn]][demo] | Fix RM-14308 :-------------------:|:----------: ## 🧰 Changes We've had a migrated project have its document content malformed because a [] is recognized as a link & accidentally replaced with another content. Update the migrate-link-reference logic to not use positions. ## 🧬 QA & Testing Added some tests to check if we accidentally modify [] blocks. Let me know if it’s possible for link blocks to not be []. This solves the issue for the markdown in https://linear.app/readme-io/issue/RM-14308/page-content-not-converting-correctly - [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
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🧰 Changes
Describe your changes in detail.
🧬 QA & Testing