Skip to content

ankushjqc/practice

Repository files navigation

practice

Sample code

My GitHub README

This is my GitHub repository.

Click to expand This content is hidden by default and can be expanded.

Example Markdown Document with Mermaid Sequence Diagram

This is some introductory text for your document.

Sequence Diagram

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]
Loading
sequenceDiagram
    Alice ->> Bob: Hello, Bob!
    Bob -->> Alice: Hi, Alice!
Loading