Skip to content

Commit

Permalink
Merge branch 'develop' into sidv/biome
Browse files Browse the repository at this point in the history
* develop:
  chore: update browsers list
  chore(deps): update all patch dependencies
  docs: Added demo diagram of bidirectional arrows for sequence diagrams
  fix(deps): update all patch dependencies
  • Loading branch information
sidharthv96 committed Jun 24, 2024
2 parents 8cbe3e0 + ce3b0af commit 94fa235
Show file tree
Hide file tree
Showing 2 changed files with 872 additions and 504 deletions.
11 changes: 11 additions & 0 deletions demos/sequence.html
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,17 @@ <h1>Sequence diagram demos</h1>
Alice-xJohn: Hello John, how are you?
John--xAlice: Great!
</pre>

<hr />

<pre class="mermaid">
sequenceDiagram
participant Alice
participant Bob
Alice<<->>Bob: Hello!
Alice<<->>Bob: Wow, we said that at the same time!
Bob<<-->>Alice: Bidirectional Arrows are so cool
</pre>
<script type="module">
import mermaid from './mermaid.esm.mjs';
mermaid.initialize({
Expand Down
Loading

0 comments on commit 94fa235

Please sign in to comment.