Sample code
This is my GitHub repository.
Click to expand
This content is hidden by default and can be expanded.This is some introductory text for your document.
Below is a sequence diagram showing a simple interaction between two participants, Alice and Bob.
flowchart TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]
sequenceDiagram
Alice ->> Bob: Hello, Bob!
Bob -->> Alice: Hi, Alice!