mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-06 21:03:47 +02:00
docs: fix incorrect package name for remark-emoji in migration guide (#9522)
This commit is contained in:
parent
791da2e4a1
commit
9b66f575e7
1 changed files with 1 additions and 1 deletions
|
@ -579,7 +579,7 @@ However, this is a new major library version containing breaking changes, and we
|
|||
|
||||
### remark-emoji v4.0+
|
||||
|
||||
Docusaurus v3 upgrades [`prism-react-renderer`](https://github.com/rhysd/remark-emoji) to v4.0+. This library is to support `:emoji:` shortcuts in Markdown.
|
||||
Docusaurus v3 upgrades [`remark-emoji`](https://github.com/rhysd/remark-emoji) to v4.0+. This library is to support `:emoji:` shortcuts in Markdown.
|
||||
|
||||
:::info How to upgrade
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue