mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02:00
Merge branch 'develop' into next
* develop: (62 commits) Draft release on master docs: Add release version Revert "fix: render the participants in same order as they are created" Revert "Feature/4935 subgraph title margin config option" Fix typo add inadvertent tracking removal update announcement bar Update integrations-community.md (Add Codemia to the list of productivity tools using Mermaid.) v10.7.0 10.6.2-rc.3 docs: Remove broken integration chore: Minor cleanup of imperativeState chore(deps): update all minor dependencies adds corresponding change in docs/ecosystem Adds Unison programming language to community integrations list update verbiage update verbiage add jetbrains blog post additional updates Fixed parser/tests ...
This commit is contained in:
@@ -164,13 +164,6 @@
|
||||
end
|
||||
</pre>
|
||||
|
||||
<pre class="mermaid">
|
||||
sequenceDiagram
|
||||
actor Alice
|
||||
actor John
|
||||
Alice-xJohn: Hello John, how are you?
|
||||
John--xAlice: Great!
|
||||
</pre>
|
||||
<script type="module">
|
||||
import mermaid from './mermaid.esm.mjs';
|
||||
mermaid.initialize({
|
||||
|
Reference in New Issue
Block a user