mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-21 06:53:17 +08:00
e984b34af4
* develop: (66 commits) Update docs Update docs Improve the wording of security level values Added quadrantChart to the side bar Added e2e test cases with some fixes Added documentation for the quadrantChart Restructured the build function and addressed more review comment Fixed some parser issue and added test cases for the parser Fixed review comment Update docs Converted files to typescript and added proper types Fix blog linting Debug fetch-contributors Fix lockfile Revert "Replace esno & ts-node with tsx" [draft] Added support for quadrant chart Fix lockfile Fix build Update pnpm-lock Replace esno & ts-node with tsx ... Merge conflicts: - pnpm-lock.yaml
75 lines
2.1 KiB
HTML
75 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
|
<title>Mermaid Quick Test Page</title>
|
|
<link rel="icon" type="image/png" href="data:image/png;base64,iVBORw0KGgo=" />
|
|
<style>
|
|
div.mermaid {
|
|
/* font-family: 'trebuchet ms', verdana, arial; */
|
|
font-family: 'Courier New', Courier, monospace !important;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Mermaid quick test and demo pages</h1>
|
|
<p>
|
|
Some of these pages have duplicates; some are slow to load because they have so many graphs.
|
|
</p>
|
|
<p>
|
|
If you'd like to clean up one of the pages, please feel free to
|
|
<a href="https://github.com/mermaid-js/mermaid/pulls">submit a pull request (PR).</a>
|
|
</p>
|
|
|
|
<ul>
|
|
<li>
|
|
<h2><a href="./c4context.html">C4 Context</a></h2>
|
|
</li>
|
|
<li>
|
|
<h2><a href="./classchart.html">Class diagrams</a></h2>
|
|
</li>
|
|
<li>
|
|
<h2><a href="./dataflowchart.html">Data flow charts</a></h2>
|
|
</li>
|
|
<li>
|
|
<h2><a href="./er.html">Entity Relation diagram</a></h2>
|
|
</li>
|
|
<li>
|
|
<h2><a href="./flowchart.html">Flow charts</a></h2>
|
|
</li>
|
|
<li>
|
|
<h2><a href="./gantt.html">Gantt</a></h2>
|
|
</li>
|
|
<li>
|
|
<h2><a href="./git.html">Git</a></h2>
|
|
</li>
|
|
<li>
|
|
<h2><a href="./journey.html">Journey</a></h2>
|
|
</li>
|
|
<li>
|
|
<h2><a href="./mindmap.html">Mindmap</a></h2>
|
|
</li>
|
|
<li>
|
|
<h2><a href="./pie.html">Pie</a></h2>
|
|
</li>
|
|
<li>
|
|
<h2><a href="./quadrantchart.html">Quadrant charts</a></h2>
|
|
</li>
|
|
<li>
|
|
<h2><a href="./requirements.html">Requirements</a></h2>
|
|
</li>
|
|
<li>
|
|
<h2><a href="./sequence.html">Sequence</a></h2>
|
|
</li>
|
|
<li>
|
|
<h2><a href="./state.html">State</a></h2>
|
|
</li>
|
|
<li>
|
|
<h2><a href="./zenuml.html">ZenUML</a></h2>
|
|
</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|