Advanced examples¶
Video¶
Some pretty video:
Some text here.
Website¶
Anything that allows you to embed a website, you can use too:
You can scroll, zoom in/out, ... .
Graphs¶
You can use Mermaid to create diagrams from text:
graph TD
A[Enter Chart Definition] --> B(Preview)
B --> C{decide}
C --> D[Keep]
C --> E[Edit Definition]
E --> B
D --> F[Save Image and Code]
F --> B
You can also use PlantUML to create diagrams from text:
Checkboxes¶
- Unchecked
- Checked
Footnotes¶
There must be a footnote1 somewhere. I also heard there was also a second one2.
Emoji's¶
- https://github.com/ikatyang/emoji-cheat-sheet/blob/master/README.md
- https://gitmoji.dev/
- https://emoojees.com/
Superscript¶
H20
texta superscript
Mark¶
This text is marked because it is important.