mdx-mermaid
mdx-mermaid copied to clipboard
Plug and play Mermaid in MDX
Bumps [mermaid](https://github.com/knsv/mermaid) from 8.11.4 to 9.1.2. Release notes Sourced from mermaid's releases. 9.1.2 Release Notes 🚀 Features Add support for cyclic themeVariable rotation when more than 8 branches (#3049) @ashishjain0512...
Bumps [mermaid](https://github.com/knsv/mermaid) from 8.11.2 to 9.1.2. Release notes Sourced from mermaid's releases. 9.1.2 Release Notes 🚀 Features Add support for cyclic themeVariable rotation when more than 8 branches (#3049) @ashishjain0512...
Bumps [mermaid](https://github.com/knsv/mermaid) from 8.13.8 to 9.1.2. Release notes Sourced from mermaid's releases. 9.1.2 Release Notes 🚀 Features Add support for cyclic themeVariable rotation when more than 8 branches (#3049) @ashishjain0512...
**Describe the bug** As of [`unist-util-visit` version 3.0.0](https://github.com/syntax-tree/unist-util-visit/releases/tag/3.0.0), ESM must be used. When using `mdx-mermaid` version 1.1.1 (the current latest release) with `unist-util-visit` version 4.1.0 (the current latest release), the...
**Describe the bug** When using mermaid diagrams inside tabs, only the initially shown tab renders the mermaid diagram, on the other tabs, the diagram is not shown. The result is...
I use Next.js, chakra-ui, next-mdx-remote to build my blog. ```tsx import React from "react"; import {Mermaid} from 'mdx-mermaid/lib/Mermaid' const MDXComponents = { mermaid: Mermaid, }; export default MDXComponents; ``` ```tsx...
Hi, I saw the following error message while using `vite` to build a React app that imports the `[email protected]` package: ```js $ npm run build > [email protected] build > tsc...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2. Release notes Sourced from semver's releases. v5.7.2 5.7.2 (2023-07-10) Bug Fixes 2f8fd41 #585 better handling of whitespace (#585) (@joaomoreno, @lukekarrys) Changelog Sourced from semver's...
**Describe the solution you'd like** Support [mdx 3](https://mdxjs.com/migrating/v3/) please :-) **Additional context** I was planning to use mermaid within Astro but got this error instead: ``` [@mdx-js/rollup] Cannot read properties...