Seeing how this works
test.md
edited
11. Foo
22. Bar
33. Baz
4
5> Blockquote
6
7also
8
9> [!INFO]
10> test test
11
12> [!NOTINFO]
13> test test
14
15```mermaid
16flowchart TD
17 A[Christmas] -->|Get money| B(Go shopping)
18 B --> C{Let me think}
19 C -->|One| D[Laptop]
20 C -->|Two| E[iPhone]
21 C -->|Three| F[fa:fa-car Car]
22```
23
24| Arrival pattern | Behaviour |
25|-------------------------------------|------------------------------------------------------------------------------|
26| Both forks in one batch | `DuplicateSeqNumber` error; _entire batch dropped_, including honest changes |
27| Second fork arrives later | `DuplicateSeqNumber`; queued dependents of that actor branch purged |
28| Forks on different peers, then sync | Permanent divergence; every sync attempt between them errors forever |