diff --git a/docs/updating/update-to-46.md b/docs/updating/update-to-46.md index b19413d266a..127b7ece381 100644 --- a/docs/updating/update-to-46.md +++ b/docs/updating/update-to-46.md @@ -53,7 +53,7 @@ This improvement makes it easier to create visually consistent and professional- ### Markdown processor dependency refresh -The {@loink features/markdown Markdown} feature dependencies have been modernized with a switch to the `unified` ecosystem, replacing the previous `marked` / `turndown` implementation. This change brings more consistent and symmetrical HTML ↔ Markdown conversion. By adopting `remark` and `rehype` from the same family of tools, we have created a more reliable and maintainable implementation that will better serve your document processing needs. +The {@link features/markdown Markdown} feature dependencies have been modernized with a switch to the `unified` ecosystem, replacing the previous `marked` / `turndown` implementation. This change brings more consistent and symmetrical HTML ↔ Markdown conversion. By adopting `remark` and `rehype` from the same family of tools, we have created a more reliable and maintainable implementation that will better serve your document processing needs. ### Manual token refreshing