lemmy-ui icon indicating copy to clipboard operation
lemmy-ui copied to clipboard

Add support for Mermaid.js diagrams

Open dessalines opened this issue 1 year ago • 1 comments

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 avatar Oct 15 '24 19:10 dessalines

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/[email protected]/node_modules/mermaid/dist/mermaid.core.mjs not supported.

dessalines avatar Oct 15 '24 19:10 dessalines

PR was closed as its too much bloat.

Nutomic avatar Jul 28 '25 13:07 Nutomic