LemmyNet / lemmy-ui

The official web app for lemmy.
https://join-lemmy.org/
GNU Affero General Public License v3.0
888 stars 334 forks source link

Add support for Mermaid.js diagrams #2754

Open dessalines opened 3 days ago

dessalines commented 3 days ago

Discussed in https://github.com/LemmyNet/lemmy-ui/discussions/2735

There is a markdown-it plugin for mermaid: https://github.com/wekan/markdown-it-mermaid , that I'll add. Any bugs related to it tho, you'll have to open up over there.

cc @YousufSSyed

dessalines commented 3 days ago

Nevermind, it doesn't work because that library doesn't support ESM.

Error [ERR_REQUIRE_ESM]: require() of ES Module /home/xxx/git/lemmy-ui/node_modules/.pnpm/mermaid@10.9.2/node_modules/mermaid/dist/mermaid.core.mjs not supported.