An introduction paragraph
Markdown renderer features
This is a demonstration page for the markdown renderer.
Here is a html
| 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 sampleAn image
