Skip to content

Commit 8931836

Browse files
committed
fix markdown render
1 parent 79d65a1 commit 8931836

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/PocketFlow/index.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ Additionally, it demonstrates an **A2A (Agent-to-Agent) Communication Framework*
1818

1919
```mermaid
2020
flowchart TD
21-
A0["Node (`BaseNode`, `Node`, `AsyncNode`)
21+
A0["Node (<code>BaseNode</code>, <code>Node</code>, <code>AsyncNode</code>)
2222
"]
23-
A1["Flow (`Flow`, `AsyncFlow`)
23+
A1["Flow (<code>Flow</code>, <code>AsyncFlow</code>)
2424
"]
25-
A2["Shared State (`shared` dictionary)
25+
A2["Shared State (<code>shared</code> dictionary)
2626
"]
2727
A3["Actions / Transitions
2828
"]
29-
A4["Batch Processing (`BatchNode`, `BatchFlow`, `AsyncParallelBatchNode`)
29+
A4["Batch Processing (<code>BatchNode</code>, <code>BatchFlow</code>, <code>AsyncParallelBatchNode</code>)
3030
"]
31-
A5["Asynchronous Processing (`AsyncNode`, `AsyncFlow`)
31+
A5["Asynchronous Processing (<code>AsyncNode</code>, <code>AsyncFlow</code>)
3232
"]
3333
A6["A2A (Agent-to-Agent) Communication Framework
3434
"]

0 commit comments

Comments
 (0)