This is the begininning.

I am using the excuse of a personal site to explore the Jekyll opportunity to be used for a static site for technical documentation at work.

Some html pages to test

How is Markdown rendered?

h1

h2

This is a descriptive line

Another paragraph

  • bullet
    • bullet
  • bullet

  • bullet
    • bullet
  • bullet
  1. list
    1. list
  2. list

Table

A B C
1 2 3

Mermaid

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]
stateDiagram-v2
    [*] --> Still
    Still --> [*]
    Still --> Moving
    Moving --> Still
    Moving --> Crash
    Crash --> [*]
sequenceDiagram
    Alice->>+John: Hello John, how are you?
    Alice->>+John: John, can you hear me?
    John-->>-Alice: Hi Alice, I can hear you!
    John-->>-Alice: I feel great!
pie title Pets adopted by volunteers
  "Dogs" : 386
  "Cats" : 85
  "Rats" : 35