{{TOC}}
Here there is some text in italic and some in bold and link to my personal page Personal Page.
We can also add some image .
And continue with some different ==highlights== in the text, or if you want to correct a partner, you can
strikethrough some text.
- List
- List
- List
Header | Column 1 | Column 2 | Column 3 |
---|---|---|---|
1. Row | is | is | is |
2. Row | left | nicely | right |
3. Row | aligned | centered | aligned |
graph LR
A[Start] --> B{Is it?};
B -->|Yes| C[OK];
C --> D[Rethink];
D --> B;
B ---->|No| E[End];