<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>test.log</title>
<script type="module">
import mermaid from 'https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.esm.min.mjs';
mermaid.initialize({ startOnLoad: true });
</script>
</head>
<body>
<div class="mermaid">
sequenceDiagram
participant T1 as XXX制御
participant S1 as shm_req
participant S2 as shm_res
autonumber
T1->>S1: 111.111: A=0,B=1,C=0
Note right of T1: counter = 0<br>aaa = 0<br>ccc=0
S2->>T1: 111.222: value = 0
</div>
</body>
</html>
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme