This is an introduction paragraph
A new start : examples
Here is an html <table>
element:
Label | Description |
---|---|
label | description |
Code syntax coloration:
function yolo(test: string) {
return '523';
}
Mermaid graphs and diagrams
graph TD; A-->B; A-->C; B-->D; C-->D;
Lists and other common elements
A list
- a list
- with bullets
- points
An ordered list
- a list
- with numbers
- dots
a quote
a code sample
An image