What are the requirements ?
See original GitHub issueHi,
I just made a simple test with sample on the homepage and I cannot get diagram. Without svg tag, I get the diagram definitin text, with svg tag, the page in entier empty. What is needed to use Mermaid ?
Thanks for your help.
My simple test
<html>
<head>
<title>Test Mermaid</title>
<script src="mermaid.full.min.js"></script>
</head>
<body>
<div class="mermaid">
graph TD;
A-->B;
A-->C;
B-->D;
C-->D;
</div>
</body>
</html>
Issue Analytics
- State:
- Created 9 years ago
- Comments:8
Top Results From Across the Web
What are Requirements?
In the world of business analysis, requirements define precisely what you are going to create or accomplish—what the effort will include, what it...
Read more >Requirement - Wikipedia
In product development and process optimization, a requirement is a singular documented physical or functional need that a particular design, product or ...
Read more >what are the requirements - English translation – Linguee
Many translated example sentences containing "what are the requirements" – English-Dutch dictionary and search engine for English translations.
Read more >Requirement definition and meaning | Collins English Dictionary
A requirement is a quality or qualification that you must have in order to be allowed to do something or to be suitable...
Read more >what are the requirements or what the requirements are?
Please describe what the abovementioned standards and requirements are and explain how the agri-environmental commitments involve more than their application.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Oh ! Something is maybe wrong on my server … Thanks for your reply knsv, I used the src of your script tag and it’s working
<script src="http://www.sveido.com/mermaid/dist/mermaid.full.js"></script>
, but not with the downloaded local .js file (full.min.js and full.js)So many thanks, I closed the issu. All the way, good job for this script. Really nice ! 😄