Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Docusaurus Admonitions not working since upgrade from V2 to V3

Tags:

docusaurus

It was working on version 2, but from version 3, the admonitions are rendered in simple text, without the special design.

This is the package.json file:

{
  "name": "my-website",
  "version": "0.0.0",
  "private": true,
  "scripts": {
    "docusaurus": "docusaurus",
    "start": "docusaurus start",
    "build": "docusaurus build",
    "swizzle": "docusaurus swizzle",
    "deploy": "docusaurus deploy",
    "clear": "docusaurus clear",
    "serve": "docusaurus serve",
    "write-translations": "docusaurus write-translations",
    "write-heading-ids": "docusaurus write-heading-ids"
  },
  "dependencies": {
    "@algolia/events": "^4.0.1",
    "@docusaurus/core": "^3.1.1",
    "@docusaurus/plugin-google-tag-manager": "^3.1.1",
    "@docusaurus/preset-classic": "^3.1.1",
    "@mdx-js/react": "^1.6.21",
    "acorn": "^8.7.1",
    "clsx": "^1.1.1",
    "docusaurus-theme-search-typesense": "^0.15.0",
    "prism-react-renderer": "^1.2.1",
    "react": "^18.2.0",
    "react-chrono": "^1.13.2",
    "react-dom": "^18.2.0",
    "react-icons": "^4.3.1",
    "react-vertical-timeline-component": "^3.5.2"
  }
}

file.md:

:::danger
Deleting a Daily RDF or entire Dataset is an irreversible operation.
:::

It should show the correct design.

like image 791
Daria Avatar asked Oct 24 '25 15:10

Daria


1 Answers

Sorry, I came back here after a while and I noticed some inconsistencies in your package.json. You should have "@mdx-js/react": "^3.0.0", instead of ^1.6.21.

See Upgrading dependencies for a full list of updates. The page also contains other tips for upgrade.

like image 68
Pawel Kowaluk Avatar answered Oct 27 '25 03:10

Pawel Kowaluk



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!