mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-02 16:29:47 +02:00
docs: recommend users to remove hast-util-is-element in migration to v3 (#10143)
This commit is contained in:
parent
ef627f813b
commit
562a0be392
2 changed files with 4 additions and 0 deletions
|
@ -916,6 +916,8 @@ Make sure to use `remark-math 6` and `rehype-katex 7` for Docusaurus v3 (using M
|
|||
}
|
||||
```
|
||||
|
||||
`hast-util-is-element` is now unnecessary in Docusaurus v3. If you have installed it and don't use it somewhere else, you can just remove it by running `npm uninstall hast-util-is-element`.
|
||||
|
||||
### Turn off MDX v1 compat
|
||||
|
||||
Docusaurus v3 comes with [MDX v1 compatibility options](../api/docusaurus.config.js.mdx#markdown), that are turned on by default.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue