question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

What are the requirements ?

See original GitHub issue

Hi,

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:closed
  • Created 9 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
biowancommented, Dec 1, 2014

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)

0reactions
biowancommented, Dec 1, 2014

So many thanks, I closed the issu. All the way, good job for this script. Really nice ! 😄

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found