Replies: 2 comments 1 reply
-
This sounds like a question better directed at mermaid.js if it doesn't involve us. |
Beta Was this translation helpful? Give feedback.
0 replies
-
My intention was to use appdiagram as an alternative to Mermaid. So I had asked if it was possible to dynamically generate web pages containing markdown code in order to obtain appdiagram diagrams |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
<title>Flow chart </title> <script src=""https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js""></script>I need to generate dinamically web pages from my application, in order to show diagrams.
My application is able to generate markdown code and, until now, I obtain the web page and the diagram using mermaid library
For example: my web page contains the following source:
The question is: it'is possible to obtain the same thing using appdiagram libraries and a specific markdown syntax, without the need to connect to the site https://apps.diagram.net and make the diagram from scratch?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions